From 4c1d22b8a611f30c9f91823dc8cc81aaf18d9f9f Mon Sep 17 00:00:00 2001 From: ehofman Date: Fri, 21 Nov 2003 21:56:57 +0000 Subject: [PATCH] FIx a typo --- simgear/misc/sg_path.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) -- 2.39.5