Merge pull request #1005 from mattn/remove_warning

Remove compiler warning
This commit is contained in:
Yukihiro "Matz" Matsumoto
2013-03-13 23:49:42 -07:00
+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) {