diff src/xterm.h @ 112293:568ea4e08e90

* xterm.h (struct x_display_info): Remove stray semicolon. The extra semicolon didn't conform to the C standard. Problem reported by Sun cc.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 16 Jan 2011 23:27:25 -0800
parents ef719132ddfa
children 42e22c4f06b7
line wrap: on
line diff
--- a/src/xterm.h	Sun Jan 16 23:16:08 2011 -0800
+++ b/src/xterm.h	Sun Jan 16 23:27:25 2011 -0800
@@ -270,8 +270,8 @@
   Atom Xatom_Scrollbar;
 
   /* Atom used in XEmbed client messages.  */
-  Atom Xatom_XEMBED, Xatom_XEMBED_INFO;;
- 
+  Atom Xatom_XEMBED, Xatom_XEMBED_INFO;
+
   /* The frame (if any) which has the X window that has keyboard focus.
      Zero if none.  This is examined by Ffocus_frame in xfns.c.  Note
      that a mere EnterNotify event can set this; if you need to know the
@@ -1112,4 +1112,3 @@
    (nr).y = (ry),					\
    (nr).width = (rwidth),				\
    (nr).height = (rheight))
-