diff options
author | Chris Robinson <[email protected]> | 2011-09-20 13:58:45 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-09-20 13:58:45 -0700 |
commit | 312e9a436da35fcb66839e0873d67c2e8f0aa3b7 (patch) | |
tree | e1e278f3e49c0e74ad38f8bc9db5ea29b7896446 | |
parent | e43470da7a590ab026006a4f35caaff134c21455 (diff) |
Fix indentation
-rw-r--r-- | Alc/helpers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/helpers.c b/Alc/helpers.c index cd51912c..2f598999 100644 --- a/Alc/helpers.c +++ b/Alc/helpers.c @@ -292,7 +292,7 @@ void WriteLock(RWLock *lock) { if(IncrementRef(&lock->write_count) == 1) Lock(&lock->read_lock); - Lock(&lock->write_lock); + Lock(&lock->write_lock); } void WriteUnlock(RWLock *lock) |