From fba2cc7f97729849192cf3a13fea4922c3bb3230 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Fri, 14 Sep 2007 06:18:27 +0000 Subject: [PATCH] (enum event_kind): Remove trailing comma. --- src/termhooks.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/termhooks.h b/src/termhooks.h index 32078254593..56f98092c6a 100644 --- a/src/termhooks.h +++ b/src/termhooks.h @@ -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 }; -- 2.39.2