From: Pavel Sanda Date: Sun, 5 Oct 2008 18:09:51 +0000 (+0000) Subject: Typo from Bennett X-Git-Tag: 1.6.10~3164 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=bba02237eaa783c23bc9bfbc634491346789d062;p=features.git Typo from Bennett git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26751 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/support/os_unix.cpp b/src/support/os_unix.cpp index 4c774fc82b..b817a11fe8 100644 --- a/src/support/os_unix.cpp +++ b/src/support/os_unix.cpp @@ -39,7 +39,7 @@ string current_root() bool isFilesystemCaseSensitive() { #ifdef __APPLE__ - return false: + return false; #else return true; #endif