]> git.mxchange.org Git - simgear.git/commitdiff
FIx a typo
authorehofman <ehofman>
Fri, 21 Nov 2003 21:56:57 +0000 (21:56 +0000)
committerehofman <ehofman>
Fri, 21 Nov 2003 21:56:57 +0000 (21:56 +0000)
simgear/misc/sg_path.cxx

index 542eb8f60fa13fba5cda1c0b2faf7b96fac5b680..eee649f7e8beb0aaafa282a1cded073cd6d627a4 100644 (file)
@@ -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 )