diff options
Diffstat (limited to 'editors/cmp.c')
-rw-r--r-- | editors/cmp.c | 2 |
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) xfunc_error_retval = 2; /* 1 is returned if files are different. */ - opt_complementary = "?:-1" + opt_complementary = "-1" USE_DESKTOP(":?4") SKIP_DESKTOP(":?2") ":l--s:s--l"; |