summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index b583db9..d9e4c1b 100644
--- a/file.c
+++ b/file.c
@@ -400,7 +400,7 @@ remove_intermediates (sig)
/* If nothing would have created this file yet,
don't print an "rm" command for it. */
continue;
- else if (just_print_flag)
+ if (just_print_flag)
status = 0;
else
{