diff options
Diffstat (limited to 'src/image.c')
-rw-r--r-- | src/image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/image.c b/src/image.c index a3ae6ceb3ce..5b80fe5b692 100644 --- a/src/image.c +++ b/src/image.c @@ -3153,7 +3153,7 @@ xbm_read_bitmap_data (f, contents, end, width, height, data) expect_ident ("define"); expect (XBM_TK_IDENT); - if (LA1 == XBM_TK_NUMBER); + if (LA1 == XBM_TK_NUMBER) { char *p = strrchr (buffer, '_'); p = p ? p + 1 : buffer; |