From f79e9d8773f7f01172d7470b22fd8f8efcc37bb2 Mon Sep 17 00:00:00 2001 From: "roberto@goyle" Date: Mon, 5 Mar 2012 16:22:20 +0100 Subject: [PATCH] fixed a typo --- lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lock.c b/lock.c index 9bcfb6ec..0c1a65ed 100644 --- a/lock.c +++ b/lock.c @@ -288,7 +288,7 @@ void uwsgi_rwunlock_fast(struct uwsgi_lock_item *uli) { uwsgi_unlock_fast(uli); #define uwsgi_rwunlock_fast uwsgi_rwunlock_ipcsem #define UWSGI_LOCK_SIZE sizeof(int) -#define UWSGI_RWLOCK_SIZE (sizeof(int) +#define UWSGI_RWLOCK_SIZE sizeof(int) #define UWSGI_LOCK_ENGINE_NAME "ipcsem"