--- rxvt-unicode/src/xdefaults.C 2011/02/21 07:41:04 1.150 +++ rxvt-unicode/src/xdefaults.C 2011/04/13 14:00:18 1.151 @@ -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) {