summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2012-12-10 06:09:16 -0800
committerYukihiro "Matz" Matsumoto <[email protected]>2012-12-10 06:09:16 -0800
commit64d577b0a2d4124cefb7fc7dc099d3efc4bbbb28 (patch)
tree0c46d8c912322157041177f77db5a948498b7643 /src
parent83f41c9ee74e06030df572c4db7105ee9e328618 (diff)
parent85dac05cf37f321c1cc1f04ef4f1e37812d53477 (diff)
downloadmruby-64d577b0a2d4124cefb7fc7dc099d3efc4bbbb28.tar.gz
mruby-64d577b0a2d4124cefb7fc7dc099d3efc4bbbb28.zip
Merge pull request #611 from tricknotes/stop-warning-of-proc
Stop warning in compiling proc.c
Diffstat (limited to 'src')
-rw-r--r--src/proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proc.c b/src/proc.c
index c8354a9af..88ad71517 100644
--- a/src/proc.c
+++ b/src/proc.c
@@ -43,7 +43,7 @@ closure_setup(mrb_state *mrb, struct RProc *p, int nlocals)
e = mrb->ci->env;
}
p->env = e;
- return p;
+ return;
}
struct RProc *