Quiet a few warnings

This commit is contained in:
Eric Andersen
2004-08-27 19:55:28 +00:00
parent 75813eea23
commit 785001468d
2 changed files with 2 additions and 20 deletions

View File

@ -32,7 +32,7 @@ extern int mesg_main(int argc, char *argv[])
{
struct stat sb;
char *tty;
char c;
char c = 0;
if ((--argc == 0)
|| ((argc == 1) && (((c = **++argv) == 'y') || (c == 'n')))) {