ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/xdefaults.C
(Generate patch)

Comparing rxvt-unicode/src/xdefaults.C (file contents):
Revision 1.91 by root, Tue Jan 31 19:54:39 2006 UTC vs.
Revision 1.92 by root, Tue Jan 31 19:55:05 2006 UTC

407 rxvt_log (" [-help] [--help]\n"); 407 rxvt_log (" [-help] [--help]\n");
408 408
409 for (col = 1, i = 0; i < optList_size; i++) 409 for (col = 1, i = 0; i < optList_size; i++)
410 if (optList[i].desc != NULL) 410 if (optList[i].desc != NULL)
411 { 411 {
412 int len = 0; 412 int len = 0;
413 413
414 if (!optList_isBool (i)) 414 if (!optList_isBool (i))
415 { 415 {
416 len = optList_strlen (i); 416 len = optList_strlen (i);
417 if (len > 0) 417 if (len > 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines