aboutsummaryrefslogtreecommitdiff
path: root/gameDetector.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gameDetector.cpp')
-rw-r--r--gameDetector.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/gameDetector.cpp b/gameDetector.cpp
index 089e52bd55..4eb75b06de 100644
--- a/gameDetector.cpp
+++ b/gameDetector.cpp
@@ -330,8 +330,7 @@ int GameDetector::detectMain(int argc, char **argv)
}
if (!_gameDataPath) {
- warning
- ("No path was provided. Assuming that data file are in the current directory");
+ warning("No path was provided. Assuming that data file are in the current directory");
_gameDataPath = (char *)malloc(sizeof(char) * 2);
strcpy(_gameDataPath, "");
}