From aab60ae119d170756bcba20c727ae1d045adbee0 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 21 Mar 2010 19:39:38 +0100 Subject: Add -pedantic to default CFLAGS --- src/imlib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/imlib.c') 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++) { -- cgit v1.2.3