diff options
Diffstat (limited to 'engines/hugo/sound.cpp')
-rw-r--r-- | engines/hugo/sound.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/sound.cpp b/engines/hugo/sound.cpp index 91b3d29d4d..7b6ae2ec24 100644 --- a/engines/hugo/sound.cpp +++ b/engines/hugo/sound.cpp @@ -328,4 +328,4 @@ void SoundHandler::initSound() { _midiPlayer->open(); } -} // end of namespace Hugo +} // End of namespace Hugo |