1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- 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
This commit is contained in:
Olaf Barthel
2005-07-04 11:22:23 +00:00
parent fdb188da1a
commit acaf12ee7c

View File

@ -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();
}