From 31e5f9091b4fc98dc8545c6e6a5b3559ffa24594 Mon Sep 17 00:00:00 2001 From: ksherlock Date: Thu, 20 May 2010 01:17:59 +0000 Subject: [PATCH] fix cap. typo git-svn-id: https://profuse.googlecode.com/svn/branches/v2@236 aa027e90-d47c-11dd-86d7-074df07e0730 --- ProFUSE/Lock.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ProFUSE/Lock.cpp b/ProFUSE/Lock.cpp index 0b6013b..7f6130c 100644 --- a/ProFUSE/Lock.cpp +++ b/ProFUSE/Lock.cpp @@ -1,4 +1,4 @@ -#include +#include using namespace ProFUSE; @@ -25,4 +25,4 @@ void Lock::unlock() bool Lock::tryLock() { return pthread_mutex_trylock(&_mutex) == 0; -} \ No newline at end of file +}