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