Minor enhancement to improve debugging

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@20775 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2005-02-22 14:06:28 +00:00
parent 0708409c1b
commit 89dd47ec16
6 changed files with 61 additions and 8 deletions

View file

@ -621,7 +621,7 @@ _GSDebugAllocationListAll(void)
void
GSDebugAllocationRemove(Class c, id o)
{
(*_GSDebugAllocationRemoveFunc)(c,o);
(*_GSDebugAllocationRemoveFunc)(c,o);
}
void