summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/resources/music.h2
-rw-r--r--src/resources/soundeffect.h2
-rw-r--r--src/sound.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/resources/music.h b/src/resources/music.h
index 32b25edf..f89c0fb2 100644
--- a/src/resources/music.h
+++ b/src/resources/music.h
@@ -25,7 +25,7 @@
#ifdef __APPLE__
#include <SDL_mixer/SDL_mixer.h>
-#elif
+#else
#include <SDL_mixer.h>
#endif
#include "resource.h"
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
diff --git a/src/sound.h b/src/sound.h
index 14a319c1..5c0c7ef8 100644
--- a/src/sound.h
+++ b/src/sound.h
@@ -25,7 +25,7 @@
#ifdef __APPLE__
#include <SDL_mixer/SDL_mixer.h>
-#elif
+#else
#include <SDL_mixer.h>
#endif
#include <string>