diff --git a/source/blender/freestyle/intern/system/FreestyleConfig.h b/source/blender/freestyle/intern/system/FreestyleConfig.h index c483e2813ba..014196eb02c 100755 --- a/source/blender/freestyle/intern/system/FreestyleConfig.h +++ b/source/blender/freestyle/intern/system/FreestyleConfig.h @@ -44,7 +44,7 @@ namespace Config { // Directory separators # ifdef WIN32 - static const string DIR_SEP("\\\\"); + static const string DIR_SEP("\\"); static const string PATH_SEP(";"); # else static const string DIR_SEP("/");