diff options
-rw-r--r-- | audio/fmopl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/fmopl.cpp b/audio/fmopl.cpp index da655643a7..d2fe7dc0e8 100644 --- a/audio/fmopl.cpp +++ b/audio/fmopl.cpp @@ -137,7 +137,7 @@ OPL *Config::create(DriverId driver, OplType type) { return new MAME::OPL(); else warning("MAME OPL emulator only supports OPL2 emulation"); - return 0; + return 0; #ifndef DISABLE_DOSBOX_OPL case kDOSBox: |