aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2011-06-06 17:01:11 +0200
committerMax Horn2011-06-06 17:01:11 +0200
commit96aed4d0577995709bcdf04d286f04979dc8e277 (patch)
treebb45308f245b409437ba15dac7e41b6075e55219
parent8d77d8cf1c4de7d9589f3f14492bdc26464ac0f9 (diff)
downloadscummvm-rg350-96aed4d0577995709bcdf04d286f04979dc8e277.tar.gz
scummvm-rg350-96aed4d0577995709bcdf04d286f04979dc8e277.tar.bz2
scummvm-rg350-96aed4d0577995709bcdf04d286f04979dc8e277.zip
PS2: Add missing semicolon
-rw-r--r--backends/platform/ps2/systemps2.cpp2
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) {