codedump.c: adjust OP_HASHCAT variable label position.

parent f0af96c1
......@@ -515,7 +515,7 @@ codedump(mrb_state *mrb, const mrb_irep *irep)
print_lv_a(mrb, irep, a);
break;
CASE(OP_HASHCAT, B):
printf("HASHCAT\tR%d\t", a);
printf("HASHCAT\tR%d\t\t", a);
print_lv_a(mrb, irep, a);
break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment