Commit 15a9fb26 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #1005 from mattn/remove_warning

Remove compiler warning
parents 0739960b 089d3c2a
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment