summaryrefslogtreecommitdiff
path: root/umalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'umalloc.c')
-rw-r--r--umalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/umalloc.c b/umalloc.c
index 3473c79..30f970d 100644
--- a/umalloc.c
+++ b/umalloc.c
@@ -19,7 +19,7 @@ union header {
typedef union header Header;
static Header base;
-static Header *freep = 0;
+static Header *freep;
void
free(void *ap)