From 005e82d0d48c18bf9c8f7dd68fbdddaecd02fa38 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 29 Dec 1997 00:09:06 +0000 Subject: -Wall cleanup. --- usr.bin/chat/chat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/chat/chat.c') diff --git a/usr.bin/chat/chat.c b/usr.bin/chat/chat.c index 300849d..568bb48 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 @@ -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; -- cgit v1.1