diff options
Diffstat (limited to 'src/utils/paths.cpp')
-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 44e132c05..9023c4909 100644 --- a/src/utils/paths.cpp +++ b/src/utils/paths.cpp @@ -19,7 +19,7 @@ */ #ifdef _MSC_VER -#include "msvc/config.h" +# include "msvc/config.h" #elif defined(HAVE_CONFIG_H) #include "config.h" #endif // _MSC_VER |