aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
Diffstat (limited to 'editors')
-rw-r--r--editors/cmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/cmp.c b/editors/cmp.c
index e5dda80ff..da431f39b 100644
--- a/editors/cmp.c
+++ b/editors/cmp.c
@@ -57,7 +57,7 @@ int cmp_main(int argc, char **argv)
57 57
58 xfunc_error_retval = 2; /* 1 is returned if files are different. */ 58 xfunc_error_retval = 2; /* 1 is returned if files are different. */
59 59
60 opt_complementary = "?:-1" 60 opt_complementary = "-1"
61 USE_DESKTOP(":?4") 61 USE_DESKTOP(":?4")
62 SKIP_DESKTOP(":?2") 62 SKIP_DESKTOP(":?2")
63 ":l--s:s--l"; 63 ":l--s:s--l";