From acaf12ee7ca9a216cc7b269cc155981b055a0d16 Mon Sep 17 00:00:00 2001 From: Olaf Barthel Date: Mon, 4 Jul 2005 11:22:23 +0000 Subject: [PATCH] - Fixed an important error in the documentation... git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15007 87f5fb63-7c3d-0410-a384-fd976d0f7a62 --- library/skeleton_library/lib_user.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/skeleton_library/lib_user.c b/library/skeleton_library/lib_user.c index ae12803..bee0312 100755 --- a/library/skeleton_library/lib_user.c +++ b/library/skeleton_library/lib_user.c @@ -1,5 +1,5 @@ /* - * $Id: lib_user.c,v 1.4 2005-07-04 11:21:14 obarthel Exp $ + * $Id: lib_user.c,v 1.5 2005-07-04 11:22:23 obarthel Exp $ * * :ts=4 * @@ -152,8 +152,8 @@ UserLibClose(struct UserData * ud) #if defined(__amigaos4__) && defined(__THREAD_SAFE) { /* Note that the clib2 library cleanup code is - called exactly once, when the first client - opens this library. */ + called exactly once, when the last client + closes this library. */ if(ud->ud_UseCount == 0) __lib_exit(); }