diff --git a/src/atomic/linux/SDL_atomic.c b/src/atomic/linux/SDL_atomic.c index 6b55d9a28..f60681943 100644 --- a/src/atomic/linux/SDL_atomic.c +++ b/src/atomic/linux/SDL_atomic.c @@ -94,7 +94,7 @@ SDL_AtomicUnlock(SDL_SpinLock *lock) #define nativeDecrementThenFetch64 #define nativeAddThenFetch64 #define nativeSubtractThenFetch64 - #elif + #else #undef nativeTestThenSet64 #undef nativeClear64 #undef nativeFetchThenIncrement64