- use static vars and functions where possible.
- use NULL rather than 0 when used as pointers.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user