--- rxvt-unicode/src/xdefaults.C 2011/02/21 07:41:04 1.150 +++ rxvt-unicode/src/xdefaults.C 2011/04/29 13:08:24 1.152 @@ -407,7 +407,7 @@ if (optList[i].arg) len = strlen (optList[i].arg) + 1; assert (optList[i].opt != NULL); - len += 4 + strlen (optList[i].opt) + (optList_isBool (i) ? 2: 0); + len += 4 + strlen (optList[i].opt) + (optList_isBool (i) ? 2 : 0); col += len; if (col > 79) { @@ -587,7 +587,6 @@ * "rxvt" "keysym" "0xFF01" * value will be a string */ -/* ARGSUSED */ int rxvt_define_key (XrmDatabase *database UNUSED, XrmBindingList bindings UNUSED,