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 ba73e2f64..2093312bd 100644
--- a/src/music/allegro_m.cpp
+++ b/src/music/allegro_m.cpp
@@ -19,7 +19,8 @@
static FMusicDriver_Allegro iFMusicDriver_Allegro;
static MIDI *_midi = NULL;
-/** There are multiple modules that might be using Allegro and
+/**
+ * There are multiple modules that might be using Allegro and
* Allegro can only be initiated once. */
extern int _allegro_instance_count;