diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/main.cpp | 2 |
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 |