diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-06-22 01:25:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-06-22 01:25:40 +0300 |
commit | ff822e5f34d2beb6d3e6928ace5bc725d1fe147d (patch) | |
tree | 4939678edf8269a7a4a747e0a470a7c008bd4f5e /src/utils | |
parent | e1e0f38ec31e38cd168a0892b922ce96ef674c33 (diff) | |
download | plus-ff822e5f34d2beb6d3e6928ace5bc725d1fe147d.tar.gz plus-ff822e5f34d2beb6d3e6928ace5bc725d1fe147d.tar.bz2 plus-ff822e5f34d2beb6d3e6928ace5bc725d1fe147d.tar.xz plus-ff822e5f34d2beb6d3e6928ace5bc725d1fe147d.zip |
Fix code style.
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/paths.cpp | 2 |
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" |