diff options
| author | dearblue <[email protected]> | 2018-09-07 00:22:36 +0900 |
|---|---|---|
| committer | dearblue <[email protected]> | 2018-09-07 22:32:34 +0900 |
| commit | 366848996a6cce8e733246bce6c3f76d797003bb (patch) | |
| tree | 45c6835cfdd1b6f5533e4be92265df44e55a0ac2 /src/codedump.c | |
| parent | 1595e8368a561680f8472f2e9f5fb363dcb135b4 (diff) | |
| download | mruby-366848996a6cce8e733246bce6c3f76d797003bb.tar.gz mruby-366848996a6cce8e733246bce6c3f76d797003bb.zip | |
Clear terminated space
Diffstat (limited to 'src/codedump.c')
| -rw-r--r-- | src/codedump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codedump.c b/src/codedump.c index 454b16b36..30a14f937 100644 --- a/src/codedump.c +++ b/src/codedump.c @@ -516,7 +516,7 @@ codedump(mrb_state *mrb, mrb_irep *irep) #undef OPCODE } break; - + default: printf("OP_unknown (0x%x)\n", ins); break; |
