free_vinum: clear up a warning message.

This commit is contained in:
grog 1999-04-17 04:15:50 +00:00
parent c7b8375f00
commit b13c671e67

View File

@ -213,7 +213,9 @@ vinum_modevent(module_t mod, modeventtype_t type, void *unused)
#ifdef VINUMDEBUG
if (total_malloced) {
int i;
#ifdef INVARIANTS
int *poke;
#endif
for (i = 0; i < malloccount; i++) {
if (debug & DEBUG_EXITFREE) /* want to hear about them */