diff options
Diffstat (limited to 'gnu/usr.bin/gzip/util.c')
-rw-r--r-- | gnu/usr.bin/gzip/util.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gzip/util.c b/gnu/usr.bin/gzip/util.c index 70375d8..2cddf92 100644 --- a/gnu/usr.bin/gzip/util.c +++ b/gnu/usr.bin/gzip/util.c @@ -5,7 +5,7 @@ */ #ifdef RCSID -static char rcsid[] = "$Id: util.c,v 0.15 1993/06/15 09:04:13 jloup Exp $"; +static char rcsid[] = "$Id: util.c,v 1.3 1993/10/14 00:33:26 nate Exp $"; #endif #include <ctype.h> @@ -271,7 +271,7 @@ int strcspn(s, reject) /* ======================================================================== * Add an environment variable (if any) before argv, and update argc. - * Return the expanded environment variable to be freed later, or NULL + * Return the expanded environment variable to be freed later, or NULL * if no options were added to argv. */ #define SEPARATOR " \t" /* separators in env variable */ |