summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2018-09-16 00:58:36 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2018-09-16 00:58:52 +0900
commited4dbce052bd58a7a6d493936711f447792dec20 (patch)
tree9655adb026eec70ceb16090940decc333eae4f24
parent05595c1284d50ccf7772b3c2f1e21d0047b7911b (diff)
downloadmruby-ed4dbce052bd58a7a6d493936711f447792dec20.tar.gz
mruby-ed4dbce052bd58a7a6d493936711f447792dec20.zip
fixup! Add support for iOS platforms that does not support `fork`; fix #4113
-rw-r--r--mrbgems/mruby-io/src/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-io/src/io.c b/mrbgems/mruby-io/src/io.c
index be5c4ba68..8982650dd 100644
--- a/mrbgems/mruby-io/src/io.c
+++ b/mrbgems/mruby-io/src/io.c
@@ -408,7 +408,7 @@ mrb_value
mrb_io_s_popen(mrb_state *mrb, mrb_value klass)
{
mrb_raise(mrb, E_NOTIMP_ERROR, "IO#popen is not supported on the platform");
- return mrb_false_value();w
+ return mrb_false_value();
}
#else
mrb_value