diff options
Diffstat (limited to 'sound/softsynth/opl/dosbox.h')
-rw-r--r-- | sound/softsynth/opl/dosbox.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/softsynth/opl/dosbox.h b/sound/softsynth/opl/dosbox.h index 488cc3d82a..4e27e3088a 100644 --- a/sound/softsynth/opl/dosbox.h +++ b/sound/softsynth/opl/dosbox.h @@ -113,8 +113,8 @@ public: bool isStereo() const { return _type != Config::kOpl2; } }; -} // end of namespace DOSBox -} // end of namespace OPL +} // End of namespace DOSBox +} // End of namespace OPL #endif // !DISABLE_DOSBOX_OPL |