summaryrefslogtreecommitdiff
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 41808b1ac..3a694e087 100644
--- a/editors/diff.c
+++ b/editors/diff.c
@@ -1219,7 +1219,7 @@ int diff_main(int argc, char **argv)
1219 1219
1220 /* exactly 2 params; collect multiple -L <label> */ 1220 /* exactly 2 params; collect multiple -L <label> */
1221 opt_complementary = "=2:L::"; 1221 opt_complementary = "=2:L::";
1222 getopt32(argc, argv, "abdiL:NqrsS:tTU:wu" 1222 getopt32(argv, "abdiL:NqrsS:tTU:wu"
1223 "p" /* ignored (for compatibility) */, 1223 "p" /* ignored (for compatibility) */,
1224 &L_arg, &start, &U_opt); 1224 &L_arg, &start, &U_opt);
1225 /*argc -= optind;*/ 1225 /*argc -= optind;*/