diff --git a/simgear/misc/sg_path.cxx b/simgear/misc/sg_path.cxx index 542eb8f6..eee649f7 100644 --- a/simgear/misc/sg_path.cxx +++ b/simgear/misc/sg_path.cxx @@ -40,7 +40,7 @@ static const char sgDirPathSep = ':'; static const char sgDirPathSepBad = '/'; #else static const char sgDirPathSep = '/'; -static const char sgDirPathSepBad = ':'; +static const char sgDirPathSepBad = '\\'; #endif #if defined( WIN32 )