Fix MRB_DISABLE_STDIO typo.

This commit is contained in:
Simon Génier
2015-11-23 11:05:33 -05:00
parent 18190fa77e
commit 058ffcb29c
+1 -1
View File
@@ -5442,7 +5442,7 @@ mrb_parser_new(mrb_state *mrb)
p->pool = pool;
p->s = p->send = NULL;
#ifndef MRB_DISBLE_STDIO
#ifndef MRB_DISABLE_STDIO
p->f = NULL;
#endif