diff options
author | Stef Walter <stef@memberwebs.com> | 2008-12-06 00:23:35 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2008-12-06 00:23:35 +0000 |
commit | 2e724635e41a1ff49c33344d862625ccddc2d70f (patch) | |
tree | 4fd2cba4aa0462d5d1859b6abea772cf09bf6e5b /src | |
parent | d3fa2085bf9169eab3430ff903f75b7487c7ee82 (diff) |
Fix syntax error on unix side
Diffstat (limited to 'src')
-rw-r--r-- | src/module.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/module.c b/src/module.c index cda07a2..453acd4 100644 --- a/src/module.c +++ b/src/module.c @@ -165,6 +165,7 @@ lock_mutex (void *mutex) #else /* !_WIN32 */ + { int res = pthread_mutex_lock(mutex); if(res != 0) { |