diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-12-01 19:04:52 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-12-01 19:04:52 +0000 |
commit | 02f3b2e0c8ba8f8943efc745f1c1777383199278 (patch) | |
tree | 3e2c42370283aad9d6040ef476479cae892063da /tar.c | |
parent | 87559829ffc79b94adcee00b64706ce78ff2f3fb (diff) |
Make tar shutup on compile
Diffstat (limited to 'tar.c')
-rw-r--r-- | tar.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |