From 913bb32a395dccfca781c6c450df831f4d9bf104 Mon Sep 17 00:00:00 2001 From: Sara Date: Wed, 22 Nov 2023 15:12:55 +0100 Subject: [PATCH] removed trailing backslash from DefineState macro --- core/src/state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/state.h b/core/src/state.h index f986085..0b9a9ee 100644 --- a/core/src/state.h +++ b/core/src/state.h @@ -22,6 +22,6 @@ static inline const State* _StateName() {\ .update = (const State*(*const)(void*, float)) update_fn,\ };\ return &instance;\ -}\ +} #endif // !_fencer_state_h