diff options
-rw-r--r-- | backends/platform/ps2/systemps2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/ps2/systemps2.cpp b/backends/platform/ps2/systemps2.cpp index 1085f3d8e5..728a67fbad 100644 --- a/backends/platform/ps2/systemps2.cpp +++ b/backends/platform/ps2/systemps2.cpp @@ -980,7 +980,7 @@ void OSystem_PS2::makeConfigPath() { } Common::String OSystem_PS2::getDefaultConfigFileName() { - return _configFile + return _configFile; } void OSystem_PS2::logMessage(LogMessageType::Type type, const char *message) { |