diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-07-01 20:10:21 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-07-01 20:18:21 +0300 |
commit | cd74e15feb10f8e4cb3d6aa4b72b4b94b39b4164 (patch) | |
tree | 18bf500d2e4ae688bfa03e174f2efa143f4c8fad /src/fs | |
parent | 2939e076b9901b3752d0b961c2dc83d9a632a004 (diff) | |
download | manaplus-cd74e15feb10f8e4cb3d6aa4b72b4b94b39b4164.tar.gz manaplus-cd74e15feb10f8e4cb3d6aa4b72b4b94b39b4164.tar.bz2 manaplus-cd74e15feb10f8e4cb3d6aa4b72b4b94b39b4164.tar.xz manaplus-cd74e15feb10f8e4cb3d6aa4b72b4b94b39b4164.zip |
fix code style.
Diffstat (limited to 'src/fs')
-rw-r--r-- | src/fs/paths.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/paths.cpp b/src/fs/paths.cpp index 46eae158e..b53736024 100644 --- a/src/fs/paths.cpp +++ b/src/fs/paths.cpp @@ -33,9 +33,9 @@ #ifdef USE_X11 #include "fs/files.h" -#endif // USE_X11 #include "utils/foreach.h" +#endif // USE_X11 #ifdef __native_client__ #include <limits.h> |