Bennett Helm | 5 Oct 20:01

os_unix.cpp: fix obvious typo

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

Attachment (typo.diff): application/octet-stream, 322 bytes

Gmane