repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: dcc6b2968913f2bdb95aebe13393e2a5fb1a8479: path_to: revision_to:
commit dcc6b2968913f2bdb95aebe13393e2a5fb1a8479 Author: Emanuele GiaquintaDate: Thu Nov 22 12:31:49 2007 +0000 Cosmetic. diff --git a/src/xdefaults.C b/src/xdefaults.C
--- 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)
-----END OF PAGE-----