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
Peter Kümmel | 5 Oct 20:10

Re: os_unix.cpp: fix obvious typo

Bennett Helm wrote:
> Here's a patch to fix an obvious recent typo in os_unix.cpp. Can someone 
> please apply?
> 
> Thanks.
> 
> Bennett

Sorry, my fault, patch committed.

--

-- 
Peter Kümmel

Pavel Sanda | 5 Oct 20:11
Favicon
Gravatar

Re: os_unix.cpp: fix obvious typo

Bennett Helm wrote:
> Here's a patch to fix an obvious recent typo in os_unix.cpp. Can someone
> please apply?

its in.
pavel

Bennett Helm | 5 Oct 21:46

Re: os_unix.cpp: fix obvious typo

On Sun, Oct 5, 2008 at 2:11 PM, Pavel Sanda <sanda@...> wrote:

> Bennett Helm wrote:
> > Here's a patch to fix an obvious recent typo in os_unix.cpp. Can someone
> > please apply?
>
> its in.

Thanks.

Bennett

Gmane