Fix typo in multi-thread support.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@8154 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2000-11-20 14:48:23 +00:00
parent 1c75601495
commit 69c370dcdc
2 changed files with 6 additions and 1 deletions

View file

@ -893,7 +893,7 @@ static BOOL multi_threaded = NO;
timer = nil;
M_UNLOCK(connection_table_gate);
M_LOCK(_refGate);
M_UNLOCK(_refGate);
/*
* Don't need notifications any more - so remove self as observer.