codegen.c: fixed a typo.

This commit is contained in:
Yukihiro "Matz" Matsumoto
2021-03-12 18:34:09 +09:00
parent b52078aa92
commit 01fdf03bce
+1 -1
View File
@@ -6,7 +6,7 @@
#include <mruby/proc.h>
#include <mruby/dump.h>
#ifndef MRB_NOP_STDIO
#ifndef MRB_NO_STDIO
static void
print_r(mrb_state *mrb, const mrb_irep *irep, size_t n)
{