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)
@@ -39,7 +39,7 @@
 bool isFilesystemCaseSensitive()
 {
 #ifdef __APPLE__
- return false:
+ return false;
 #else
  return true;
 #endif

Attachment: typo.diff
Description: Binary data

Reply via email to