Typo from Bennett

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26751 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-10-05 18:09:51 +00:00
parent e50a15959d
commit bba02237ea

View File

@ -39,7 +39,7 @@ string current_root()
bool isFilesystemCaseSensitive()
{
#ifdef __APPLE__
return false:
return false;
#else
return true;
#endif