Skip to content

Commit

Permalink
PS2: Add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jun 6, 2011
1 parent 8d77d8c commit 96aed4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/platform/ps2/systemps2.cpp
Expand Up @@ -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) {
Expand Down

0 comments on commit 96aed4d

Please sign in to comment.