Module Name: xsrc
Committed By: christos
Date: Sat Sep 5 14:29:39 UTC 2015
Modified Files:
xsrc/external/mit/ctwm/dist: util.c
Log Message:
fix typo.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/ctwm/dist/util.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/ctwm/dist/util.c
diff -u xsrc/external/mit/ctwm/dist/util.c:1.2 xsrc/external/mit/ctwm/dist/util.c:1.3
--- xsrc/external/mit/ctwm/dist/util.c:1.2 Sat Sep 5 10:08:55 2015
+++ xsrc/external/mit/ctwm/dist/util.c Sat Sep 5 10:29:39 2015
@@ -2885,7 +2885,7 @@ void PaintTitleButtons (TwmWindow *tmp_w
if (tbw == NULL)
return;
- for (i = 0, i < nb; i++, tbw++) {
+ for (i = 0; i < nb; i++, tbw++) {
PaintTitleButton (tmp_win, tbw);
}
}