mirror of
https://github.com/ksherlock/profuse.git
synced 2025-01-21 16:30:47 +00:00
fix cap. typo
git-svn-id: https://profuse.googlecode.com/svn/branches/v2@236 aa027e90-d47c-11dd-86d7-074df07e0730
This commit is contained in:
parent
f91009d870
commit
31e5f9091b
@ -1,4 +1,4 @@
|
||||
#include <ProfUSE/Lock.h>
|
||||
#include <ProFUSE/Lock.h>
|
||||
|
||||
using namespace ProFUSE;
|
||||
|
||||
@ -25,4 +25,4 @@ void Lock::unlock()
|
||||
bool Lock::tryLock()
|
||||
{
|
||||
return pthread_mutex_trylock(&_mutex) == 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user