summaryrefslogtreecommitdiff
path: root/src/port/hooks/impl/EventSystem.h
diff options
context:
space:
mode:
authorKiritoDv <kiritodev01@gmail.com>2025-01-06 01:57:03 -0600
committerKiritoDv <kiritodev01@gmail.com>2025-01-06 01:57:03 -0600
commitc2d27bf9446da2c38233688c5cb60158f831eecd (patch)
treee30f5cee7ba2756144126c08186e04e5ed966547 /src/port/hooks/impl/EventSystem.h
parent34c94df42d3c2075d454c2730abfe548bcacd8ad (diff)
Moved katt to hookskatt-hook
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)