aboutsummaryrefslogtreecommitdiff
path: root/common/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/main.cpp')
-rw-r--r--common/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/main.cpp b/common/main.cpp
index 9587ee7085..8295b99805 100644
--- a/common/main.cpp
+++ b/common/main.cpp
@@ -116,7 +116,7 @@ int main(int argc, char *argv[])
strcat(scummhome, "\\");
strcat(scummhome, DEFAULT_CONFIG_FILE);
#else
- strcpy(scummhome,DEFAULT_CONFIG_FILE);
+ strcpy(scummhome, DEFAULT_CONFIG_FILE);
#endif
#endif