aboutsummaryrefslogtreecommitdiff
path: root/editors/diff.c
diff options
context:
space:
mode:
Diffstat (limited to 'editors/diff.c')
-rw-r--r--editors/diff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/diff.c b/editors/diff.c
index a1c51ebb9..17d41af8d 100644
--- a/editors/diff.c
+++ b/editors/diff.c
@@ -1076,7 +1076,7 @@ int diff_main(int argc UNUSED_PARAM, char **argv)
1076 /* diffreg can get non-regular files here */ 1076 /* diffreg can get non-regular files here */
1077 print_status(gotstdin > 1 ? STATUS_SAME : diffreg(file), file); 1077 print_status(gotstdin > 1 ? STATUS_SAME : diffreg(file), file);
1078 1078
1079 if (dirfile) 1079 if (ENABLE_FEATURE_CLEAN_UP && dirfile)
1080 free(file[dir]); 1080 free(file[dir]);
1081 } 1081 }
1082 1082