summaryrefslogtreecommitdiff
path: root/src/music/allegro_m.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/music/allegro_m.cpp')
-rw-r--r--src/music/allegro_m.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/music/allegro_m.cpp b/src/music/allegro_m.cpp
index 2093312bd..955182590 100644
--- a/src/music/allegro_m.cpp
+++ b/src/music/allegro_m.cpp
@@ -21,7 +21,8 @@ static MIDI *_midi = NULL;
/**
* There are multiple modules that might be using Allegro and
- * Allegro can only be initiated once. */
+ * Allegro can only be initiated once.
+ */
extern int _allegro_instance_count;
const char *MusicDriver_Allegro::Start(const char * const *param)