aboutsummaryrefslogtreecommitdiff
path: root/gunzip.c
diff options
context:
space:
mode:
Diffstat (limited to 'gunzip.c')
-rw-r--r--gunzip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gunzip.c b/gunzip.c
index 70b25bdb0..eeff9774a 100644
--- a/gunzip.c
+++ b/gunzip.c
@@ -1350,7 +1350,7 @@ int gunzip_main(int argc, char **argv)
1350 1350
1351 if (delInputFile == 1 && unlink(delFileName) < 0) { 1351 if (delInputFile == 1 && unlink(delFileName) < 0) {
1352 perror(delFileName); 1352 perror(delFileName);
1353 exit(FALSE); 1353 return EXIT_FAILURE;
1354 } 1354 }
1355 } 1355 }
1356 return(exit_code); 1356 return(exit_code);