summaryrefslogtreecommitdiff
path: root/src/utils/paths.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-06-22 01:25:40 +0300
committerAndrei Karas <akaras@inbox.ru>2011-06-22 01:25:40 +0300
commitff822e5f34d2beb6d3e6928ace5bc725d1fe147d (patch)
tree4939678edf8269a7a4a747e0a470a7c008bd4f5e /src/utils/paths.cpp
parente1e0f38ec31e38cd168a0892b922ce96ef674c33 (diff)
downloadplus-ff822e5f34d2beb6d3e6928ace5bc725d1fe147d.tar.gz
plus-ff822e5f34d2beb6d3e6928ace5bc725d1fe147d.tar.bz2
plus-ff822e5f34d2beb6d3e6928ace5bc725d1fe147d.tar.xz
plus-ff822e5f34d2beb6d3e6928ace5bc725d1fe147d.zip
Fix code style.
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"