]> mj.ucw.cz Git - libucw.git/commitdiff
Fixed a typo preventing compilation in non-threaded mode.
authorMartin Mares <mj@ucw.cz>
Mon, 18 Dec 2006 12:22:00 +0000 (13:22 +0100)
committerMartin Mares <mj@ucw.cz>
Mon, 18 Dec 2006 12:22:00 +0000 (13:22 +0100)
lib/threads.c

index cd1db74df31922d76777019963f9dd31cf1cc088..0cb10d11aa7968aaecc700388b41cca39aa0fcf4 100644 (file)
@@ -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;