(xbm_read_bitmap_data): Delete extra semicolon.
authorRomain Francoise <romain@orebokech.com>
Thu, 12 Oct 2006 19:22:38 +0000 (19:22 +0000)
committerRomain Francoise <romain@orebokech.com>
Thu, 12 Oct 2006 19:22:38 +0000 (19:22 +0000)
src/ChangeLog
src/image.c

index 0c9e227..495b55c 100644 (file)
@@ -1,3 +1,7 @@
+2006-10-12  Romain Francoise  <romain@orebokech.com>
+
+       * image.c (xbm_read_bitmap_data): Delete extra semicolon.
+
 2006-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * eval.c: Include xterm.h for x_fully_uncatch_errors and friends.
index dac8961..30c0170 100644 (file)
@@ -3151,7 +3151,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;