diff options
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) | |||
154 | int createFlag = FALSE; | 154 | int createFlag = FALSE; |
155 | int verboseFlag = FALSE; | 155 | int verboseFlag = FALSE; |
156 | int tostdoutFlag = FALSE; | 156 | int tostdoutFlag = FALSE; |
157 | int firstOpt = TRUE; | 157 | int status = FALSE; |
158 | int firstOpt = TRUE; | ||
158 | int stopIt; | 159 | int stopIt; |
159 | int status; | ||
160 | 160 | ||
161 | 161 | ||
162 | if (argc <= 1) | 162 | if (argc <= 1) |