aboutsummaryrefslogtreecommitdiff
path: root/editors/diff.c
diff options
context:
space:
mode:
Diffstat (limited to 'editors/diff.c')
-rw-r--r--editors/diff.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/diff.c b/editors/diff.c
index d90ac8f94..2f254575c 100644
--- a/editors/diff.c
+++ b/editors/diff.c
@@ -984,8 +984,8 @@ int diff_main(int argc UNUSED_PARAM, char **argv)
984 INIT_G(); 984 INIT_G();
985 985
986 /* exactly 2 params; collect multiple -L <label>; -U N */ 986 /* exactly 2 params; collect multiple -L <label>; -U N */
987 opt_complementary = "=2"; 987 GETOPT32(argv, "^" "abdiL:*NqrsS:tTU:+wupBE" "\0" "=2"
988 GETOPT32(argv, "abdiL:*NqrsS:tTU:+wupBE" LONGOPTS, 988 LONGOPTS,
989 &L_arg, &s_start, &opt_U_context); 989 &L_arg, &s_start, &opt_U_context);
990 argv += optind; 990 argv += optind;
991 while (L_arg) 991 while (L_arg)