]> sjero.net Git - wget/commitdiff
[svn] Fixing some syntax glitches introduced in the fix for bug 20358.
authormicah <devnull@localhost>
Tue, 10 Jul 2007 07:40:44 +0000 (00:40 -0700)
committermicah <devnull@localhost>
Tue, 10 Jul 2007 07:40:44 +0000 (00:40 -0700)
src/getopt.h
src/gnu-md5.c
src/gnu-md5.h
src/main.c

index 59461108cd3c888855dcf2e5433beb3a82ab76de..b0c79e043fd8a72ad2378eaed17c056ce0b761c5 100644 (file)
@@ -12,7 +12,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #ifndef _GETOPT_H
 #define _GETOPT_H 1
index 93130a5b8e2d0a15b6591b76114777028508f064..d6c113ad0e933ea1a42a753cb59d6aefd2e568ff 100644 (file)
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library.  If not, see
-   <http://www.gnu.org/licenses/>.
+   <http://www.gnu.org/licenses/>.  */
 
 /* Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.  */
 
index ffd22faab1c0eef32b795a4a981cec386d100c28..ab9ede11061a896bd0ae74248080accd3b6552f4 100644 (file)
@@ -15,7 +15,7 @@
    GNU General Public License for more details.
 
    You should have received a copy of the GNU General Public License
-   along with this program.  If not, see <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #ifndef _MD5_H
 #define _MD5_H 1
index b2bd453ce79f1d2cb173afac7560be42e0ddcb23..c3d51ffa48e72eca7943cff2666efba0ce5e5037 100644 (file)
@@ -667,7 +667,7 @@ Copyright (C) 2007 Free Software Foundation, Inc.\n"), stdout);
   fputs (_("\
 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
 This is free software: you are free to change and redistribute it.\n\
-There is NO WARRANTY, to the extent permitted by law.\n", stdout);
+There is NO WARRANTY, to the extent permitted by law.\n"), stdout);
   fputs (_("\nOriginally written by Hrvoje Niksic <hniksic@xemacs.org>.\n"),
          stdout);
   fputs (_("Currently maintained by Micah Cowan <micah@cowan.name>.\n"),