summaryrefslogtreecommitdiff
path: root/src/imlib.c
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-03-21 19:39:38 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2010-03-21 19:39:38 +0100
commitaab60ae119d170756bcba20c727ae1d045adbee0 (patch)
tree89bdbd617105975a01a1eea0fc344806a0cfd772 /src/imlib.c
parent0c6f0a786cbe5a31df09115774363c1daa5818a2 (diff)
Add -pedantic to default CFLAGS
Diffstat (limited to 'src/imlib.c')
-rw-r--r--src/imlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imlib.c b/src/imlib.c
index 00aa6e5..a789e1b 100644
--- a/src/imlib.c
+++ b/src/imlib.c
@@ -1044,7 +1044,7 @@ void feh_draw_actions(winwidget w)
}
gib_imlib_get_text_size(fn, "defined actions:", NULL, &tw, &th, IMLIB_TEXT_TO_RIGHT);
-// Check for the widest line
+/* Check for the widest line */
max_tw = tw;
for (i = 0; i < 10; i++) {