From: Martin Mares Date: Mon, 18 Dec 2006 12:22:00 +0000 (+0100) Subject: Fixed a typo preventing compilation in non-threaded mode. X-Git-Tag: holmes-import~507^2~1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=46538b0a117d959e664af3f426cf887574f04fc0;p=libucw.git Fixed a typo preventing compilation in non-threaded mode. --- diff --git a/lib/threads.c b/lib/threads.c index cd1db74d..0cb10d11 100644 --- a/lib/threads.c +++ b/lib/threads.c @@ -70,7 +70,7 @@ ucwlib_unlock(void) #else struct ucwlib_context * -ucw_thread_context(void) +ucwlib_thread_context(void) { static struct ucwlib_context ucwlib_context; return &ucwlib_context;