From bba02237eaa783c23bc9bfbc634491346789d062 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sun, 5 Oct 2008 18:09:51 +0000 Subject: [PATCH] Typo from Bennett git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26751 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/support/os_unix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2