* xdisp.c (get_glyph_string_clip_rect): Removed ; at end of #endif
authorJan Djärv <jan.h.d@swipnet.se>
Sun, 23 Mar 2003 01:03:23 +0000 (01:03 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Sun, 23 Mar 2003 01:03:23 +0000 (01:03 +0000)
src/ChangeLog
src/xdisp.c

index bad3aee..3ee8cce 100644 (file)
@@ -1,5 +1,7 @@
 2003-03-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
+       * xdisp.c (get_glyph_string_clip_rect): Removed ; at end of #endif
+
        * gtkutil.h: Take two more arguments to xg_update_scrollbar_pos.
        (XG_SB_RANGE): New define.
 
index e7ea150..b8f8e03 100644 (file)
@@ -1710,7 +1710,7 @@ get_glyph_string_clip_rect (s, nr)
   CONVERT_FROM_XRECT (r, *nr);
 #else
   *nr = r;
-#endif;
+#endif
 }
 
 #endif /* HAVE_WINDOW_SYSTEM */