From 3263a5eda652f21f4910c3c07534289d8d3300af Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 28 Apr 2013 23:32:23 +0300 Subject: AUDIO: Fix identation. CID 1003641 --- audio/fmopl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/fmopl.cpp') 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: -- cgit v1.2.3