]> git.lyx.org Git - features.git/commitdiff
Typo from Bennett
authorPavel Sanda <sanda@lyx.org>
Sun, 5 Oct 2008 18:09:51 +0000 (18:09 +0000)
committerPavel Sanda <sanda@lyx.org>
Sun, 5 Oct 2008 18:09:51 +0000 (18:09 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26751 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/os_unix.cpp

index 4c774fc82b9737f86b1c3b583379149fd975fd7b..b817a11fe8b6238b8b7a5ecbe20d9c72c368ee79 100644 (file)
@@ -39,7 +39,7 @@ string current_root()
 bool isFilesystemCaseSensitive()
 {
 #ifdef __APPLE__
-       return false:
+       return false;
 #else
        return true;
 #endif