summaryrefslogtreecommitdiff
path: root/src/port/hooks/impl/EventSystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/port/hooks/impl/EventSystem.h')
-rw-r--r--src/port/hooks/impl/EventSystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/hooks/impl/EventSystem.h b/src/port/hooks/impl/EventSystem.h
index bd6a2569..2d586ae6 100644
--- a/src/port/hooks/impl/EventSystem.h
+++ b/src/port/hooks/impl/EventSystem.h
@@ -35,7 +35,7 @@ typedef struct {
#define DEFINE_EVENT(eventName, ...) \
typedef struct { \
IEvent event; \
- __VA_ARGS__ \
+ __VA_ARGS__; \
} eventName; \
\
DECLARE_EVENT(eventName)