From: ayin Date: Thu, 22 Nov 2007 12:31:49 +0000 (+0000) Subject: Cosmetic. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=3be53e4d353d8a56f44d4967f5859a271c5180a4;p=dana%2Furxvt.git Cosmetic. --- diff --git a/src/xdefaults.C b/src/xdefaults.C index 83ae87d8..93f19c80 100644 --- a/src/xdefaults.C +++ b/src/xdefaults.C @@ -563,19 +563,18 @@ rxvt_term::get_options (int argc, const char *const *argv) rs[optList[entry].doff] = flag; } } - else #ifdef KEYSYM_RESOURCE - if (!strncmp (opt, "keysym.", sizeof ("keysym.") - 1)) - { - if (i+1 < argc) - parse_keysym (opt + sizeof ("keysym.") - 1, argv[++i]); - } - else -#endif - { - bad_option = 1; - rxvt_warn ("\"%s\": unknown or malformed option.\n", opt); - } + else if (!strncmp (opt, "keysym.", sizeof ("keysym.") - 1)) + { + if (i+1 < argc) + parse_keysym (opt + sizeof ("keysym.") - 1, argv[++i]); + } +#endif + else + { + bad_option = 1; + rxvt_warn ("\"%s\": unknown or malformed option.\n", opt); + } } if (bad_option)