diff --git a/stepmania/src/RageLog.cpp b/stepmania/src/RageLog.cpp index 36f262dffa..029de5c3c7 100644 --- a/stepmania/src/RageLog.cpp +++ b/stepmania/src/RageLog.cpp @@ -64,8 +64,8 @@ RageLog* LOG; // global and accessable from anywhere in the program map LogMaps; // constants -#define LOG_PATH BASE_PATH "log.txt" -#define INFO_PATH BASE_PATH "info.txt" +#define LOG_PATH BASE_PATH "log.txt" +#define INFO_PATH BASE_PATH "info.txt" #if defined(HAVE_VERSION_INFO) extern unsigned long version_num;