diff options
Diffstat (limited to 'src/sound/allegro_s.cpp')
-rw-r--r-- | src/sound/allegro_s.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/sound/allegro_s.cpp b/src/sound/allegro_s.cpp index e443403b8..159bb2989 100644 --- a/src/sound/allegro_s.cpp +++ b/src/sound/allegro_s.cpp @@ -44,7 +44,8 @@ void SoundDriver_Allegro::MainLoop() free_audio_stream_buffer(_stream); } -/** 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; |