5 Oct 20:01
os_unix.cpp: fix obvious typo
From: Bennett Helm <bewihelm@...>
Subject: os_unix.cpp: fix obvious typo
Newsgroups: gmane.editors.lyx.devel
Date: 2008-10-05 18:05:13 GMT
Subject: os_unix.cpp: fix obvious typo
Newsgroups: gmane.editors.lyx.devel
Date: 2008-10-05 18:05:13 GMT
Here's a patch to fix an obvious recent typo in os_unix.cpp. Can someone please apply?
Thanks.
Bennett
Index: src/support/os_unix.cpp
===================================================================
--- src/support/os_unix.cpp (revision 26748)
+++ src/support/os_unix.cpp (working copy)
<at> <at> -39,7 +39,7 <at> <at>
bool isFilesystemCaseSensitive()
{
#ifdef __APPLE__
- return false:
+ return false;
#else
return true;
#endif
RSS Feed