diff options
Diffstat (limited to 'sound/fmopl.cpp')
-rw-r--r-- | sound/fmopl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/fmopl.cpp b/sound/fmopl.cpp index 9fc57ff027..91ff60919a 100644 --- a/sound/fmopl.cpp +++ b/sound/fmopl.cpp @@ -140,7 +140,7 @@ OPL *Config::create(DriverId driver, OplType type) { bool OPL::_hasInstance = false; -} // end of namespace OPL +} // End of namespace OPL void OPLDestroy(FM_OPL *OPL) { delete OPL; |