diff options
Diffstat (limited to 'umalloc.c')
-rw-r--r-- | umalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ union header { typedef union header Header; static Header base; -static Header *freep = 0; +static Header *freep; void free(void *ap) |