From: micah Date: Tue, 10 Jul 2007 07:40:44 +0000 (-0700) Subject: [svn] Fixing some syntax glitches introduced in the fix for bug 20358. X-Git-Tag: v1.13~594 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=1b79a494a2e628cd6670a5fcd016044dc37174ee [svn] Fixing some syntax glitches introduced in the fix for bug 20358. --- diff --git a/src/getopt.h b/src/getopt.h index 59461108..b0c79e04 100644 --- a/src/getopt.h +++ b/src/getopt.h @@ -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 . + along with this program. If not, see . */ #ifndef _GETOPT_H #define _GETOPT_H 1 diff --git a/src/gnu-md5.c b/src/gnu-md5.c index 93130a5b..d6c113ad 100644 --- a/src/gnu-md5.c +++ b/src/gnu-md5.c @@ -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 - . + . */ /* Written by Ulrich Drepper , 1995. */ diff --git a/src/gnu-md5.h b/src/gnu-md5.h index ffd22faa..ab9ede11 100644 --- a/src/gnu-md5.h +++ b/src/gnu-md5.h @@ -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 . + along with this program. If not, see . */ #ifndef _MD5_H #define _MD5_H 1 diff --git a/src/main.c b/src/main.c index b2bd453c..c3d51ffa 100644 --- a/src/main.c +++ b/src/main.c @@ -667,7 +667,7 @@ Copyright (C) 2007 Free Software Foundation, Inc.\n"), stdout); fputs (_("\ License GPLv3+: GNU GPL version 3 or later \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 .\n"), stdout); fputs (_("Currently maintained by Micah Cowan .\n"),