- use static vars and functions where possible.

- use NULL rather than 0 when used as pointers.
This commit is contained in:
Campbell Barton
2011-08-28 05:06:30 +00:00
parent c73d5b939d
commit fa2ba5fbf5
28 changed files with 68 additions and 61 deletions

View File

@@ -429,7 +429,7 @@ static int compare_len(const void *p1, const void *p2)
return -1;
}
void MEM_printmemlist_stats()
void MEM_printmemlist_stats(void)
{
MemHead *membl;
MemPrintBlock *pb, *printblock;