DisposPtr -> DisposePtr

This commit is contained in:
Jack Jansen 1997-04-08 15:27:29 +00:00
parent 08c3be35c3
commit 184c16031e
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ free(cp)
#ifdef MSTATS
nmalloc[NBUCKETS]--;
#endif
DisposPtr((Ptr)op);
DisposePtr((Ptr)op);
return;
}
ASSERT(size < NBUCKETS);