From: ehofman Date: Fri, 21 Nov 2003 21:56:57 +0000 (+0000) Subject: FIx a typo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4c1d22b8a611f30c9f91823dc8cc81aaf18d9f9f;p=simgear.git FIx a typo --- 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 )