diff options
Diffstat (limited to 'src/imlib.c')
-rw-r--r-- | src/imlib.c | 2 |
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++) { |