aboutsummaryrefslogtreecommitdiff
path: root/gzip.c
diff options
context:
space:
mode:
Diffstat (limited to 'gzip.c')
-rw-r--r--gzip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gzip.c b/gzip.c
index 2e147b1ca..d8c22a924 100644
--- a/gzip.c
+++ b/gzip.c
@@ -1930,7 +1930,7 @@ int gzip_main(int argc, char **argv)
1930 1930
1931 if (unlink(delFileName) < 0) { 1931 if (unlink(delFileName) < 0) {
1932 perror(delFileName); 1932 perror(delFileName);
1933 exit(FALSE); 1933 exit(EXIT_FAILURE);
1934 } 1934 }
1935 } 1935 }
1936 1936