From 6206ca48113d6790e5681d98ef2b89fd2a1d44da Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 29 Aug 2011 22:39:49 +0200 Subject: Various code fixups * remove unused variable Im1 in filelist.c * options are initialised as 0, so only explicitly set those to 0 for which it makes sense because of their context * Make a few warnings about wrong option combinations fatal --- src/keyevents.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/keyevents.c') diff --git a/src/keyevents.c b/src/keyevents.c index 82d0cce..60663db 100644 --- a/src/keyevents.c +++ b/src/keyevents.c @@ -65,7 +65,7 @@ static void feh_set_parse_kb_partial(fehkey *key, int index, char *ks) { mod |= Mod4Mask; break; default: - weprintf("keys: invalid modifier %c in %s", cur[0], ks); + weprintf("keys: invalid modifier %c in \"%s\"", cur[0], ks); break; } cur += 2; -- cgit v1.2.3