From 46538b0a117d959e664af3f426cf887574f04fc0 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 18 Dec 2006 13:22:00 +0100 Subject: [PATCH] Fixed a typo preventing compilation in non-threaded mode. --- lib/threads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5