diff options
Diffstat (limited to 'src/resources/soundeffect.h')
-rw-r--r-- | src/resources/soundeffect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/soundeffect.h b/src/resources/soundeffect.h index 070a13de..fe14df02 100644 --- a/src/resources/soundeffect.h +++ b/src/resources/soundeffect.h @@ -25,7 +25,7 @@ #ifdef __APPLE__ #include <SDL_mixer/SDL_mixer.h> -#elif +#else #include <SDL_mixer.h> #endif |