Make tar shutup on compile

This commit is contained in:
Eric Andersen 2000-12-01 19:04:52 +00:00
parent 87559829ff
commit 02f3b2e0c8
2 changed files with 4 additions and 4 deletions

View File

@ -154,9 +154,9 @@ extern int tar_main(int argc, char **argv)
int createFlag = FALSE;
int verboseFlag = FALSE;
int tostdoutFlag = FALSE;
int firstOpt = TRUE;
int status = FALSE;
int firstOpt = TRUE;
int stopIt;
int status;
if (argc <= 1)

4
tar.c
View File

@ -154,9 +154,9 @@ extern int tar_main(int argc, char **argv)
int createFlag = FALSE;
int verboseFlag = FALSE;
int tostdoutFlag = FALSE;
int firstOpt = TRUE;
int status = FALSE;
int firstOpt = TRUE;
int stopIt;
int status;
if (argc <= 1)