The result of getopt() is "int" and should be treated as such

This commit is contained in:
Pavel Roskin
2000-07-17 16:17:19 +00:00
parent bf181b9338
commit 47d4926244
8 changed files with 12 additions and 10 deletions

View File

@@ -126,7 +126,7 @@ static long du(char *filename)
int du_main(int argc, char **argv)
{
int i;
char c;
int c;
/* default behaviour */
print = print_normal;
@@ -163,7 +163,7 @@ int du_main(int argc, char **argv)
return(0);
}
/* $Id: du.c,v 1.23 2000/07/16 20:57:15 kraai Exp $ */
/* $Id: du.c,v 1.24 2000/07/17 16:17:19 proski Exp $ */
/*
Local Variables:
c-file-style: "linux"