Remove compiler warning

This commit is contained in:
mattn
2013-03-14 13:40:19 +09:00
parent 0739960b7f
commit 089d3c2a2d
+1 -1
View File
@@ -65,7 +65,7 @@ mrb_alloca_free(mrb_state *mrb)
struct alloca_header *p;
struct alloca_header *tmp;
if (mrb == NULL) return NULL;
if (mrb == NULL) return;
p = mrb->mems;
while (p) {