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 1359af838..f9e82ba02 100644
--- a/editors/diff.c
+++ b/editors/diff.c
@@ -1205,7 +1205,7 @@ static void diffdir(char *p1, char *p2)
1205 1205
1206 1206
1207int diff_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; 1207int diff_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
1208int diff_main(int argc, char **argv) 1208int diff_main(int argc ATTRIBUTE_UNUSED, char **argv)
1209{ 1209{
1210 bool gotstdin = 0; 1210 bool gotstdin = 0;
1211 char *U_opt; 1211 char *U_opt;