fixup! Add support for iOS platforms that does not support fork; fix #4113

This commit is contained in:
Yukihiro "Matz" Matsumoto
2018-09-16 00:58:36 +09:00
parent 05595c1284
commit ed4dbce052
+1 -1
View File
@@ -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