summaryrefslogtreecommitdiff
path: root/src/utils/paths.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/paths.cpp')
-rw-r--r--src/utils/paths.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/paths.cpp b/src/utils/paths.cpp
index cae2d1837..8882808fa 100644
--- a/src/utils/paths.cpp
+++ b/src/utils/paths.cpp
@@ -27,7 +27,7 @@
#include <stdlib.h>
#ifdef WIN32
-#define realpath(N,R) _fullpath((R),(N),_MAX_PATH)
+#define realpath(N, R) _fullpath((R), (N), _MAX_PATH)
#endif
#include "debug.h"