Tidied comment

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@11945 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-01-02 13:54:44 +00:00
parent b4f4625409
commit 74034f6468

View file

@ -96,7 +96,7 @@ GS_EXPORT BOOL GSRegisterCurrentThread (void);
* `+exit', but does not exit the thread - just destroys all objects
* associated with the thread. Warning: using any GNUstep code after
* this method call is not safe. Posts an NSThreadWillExit
* notification. x*/
* notification. */
GS_EXPORT void GSUnregisterCurrentThread (void);
#endif