diff options
| author | Alexander Langer <alex@FreeBSD.org> | 1997-12-29 00:09:06 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 1997-12-29 00:09:06 +0000 |
| commit | d7d1005304be06c8b9e61169e0fc5e43e1cee133 (patch) | |
| tree | ca9cd6cfb604679961011cd8b07e841d39197698 /usr.bin/chat | |
| parent | 02599128851b07ebac76951c49441c19eafb2b05 (diff) | |
Notes
Diffstat (limited to 'usr.bin/chat')
| -rw-r--r-- | usr.bin/chat/chat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/chat/chat.c b/usr.bin/chat/chat.c index 300849d583071..568bb48d0a649 100644 --- a/usr.bin/chat/chat.c +++ b/usr.bin/chat/chat.c @@ -70,7 +70,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: chat.c,v 1.8 1997/06/24 06:52:33 charnier Exp $"; +static char rcsid[] = "$Id: chat.c,v 1.9 1997/08/22 15:24:36 peter Exp $"; #endif #include <stdio.h> @@ -367,7 +367,7 @@ char **argv; void do_file (chat_file) char *chat_file; { - int linect, len, sendflg; + int linect, sendflg; char *sp, *arg, quote; char buf [STR_LEN]; FILE *cfp; |
