Misc cleanups.

This commit is contained in:
Zephaniah E. Hull 2000-10-24 17:03:09 +00:00
parent d8dc00f29b
commit b9c0c95729
5 changed files with 10 additions and 12 deletions

View file

@ -135,9 +135,9 @@ void locs_reset()
}
free(locations);
locations=0;
locations_alloced = 0;
locations_count = 0;
locations = NULL;
}
void locs_more()