(enum event_kind): Remove trailing comma.
authorJan Djärv <jan.h.d@swipnet.se>
Fri, 14 Sep 2007 06:18:27 +0000 (06:18 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Fri, 14 Sep 2007 06:18:27 +0000 (06:18 +0000)
src/termhooks.h

index 3207825..56f9809 100644 (file)
@@ -331,7 +331,7 @@ enum event_kind
 
   /* Queued from XTread_socket when session manager sends
      save yourself before shutdown. */
-  SAVE_SESSION_EVENT,
+  SAVE_SESSION_EVENT
 
 #ifdef MAC_OS
   /* Generated when an Apple event, a HICommand event, or a Services
@@ -340,7 +340,7 @@ enum event_kind
      symbols, respectively.  Member `arg' is a Lisp object converted
      from the received Apple event.  Parameters for non-Apple events
      are converted to those in Apple events.  */
-  MAC_APPLE_EVENT
+  MAC_APPLE_EVENT
 #endif
 };