summaryrefslogtreecommitdiffhomepage
path: root/src/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse.y')
-rw-r--r--src/parse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse.y b/src/parse.y
index 832689bae..0c0a9877f 100644
--- a/src/parse.y
+++ b/src/parse.y
@@ -6366,7 +6366,7 @@ mrb_parser_dump(mrb_state *mrb, node *tree, int offset)
break;
default:
- printf("node type: %d (0x%x)\n", (int)n, (int)n);
+ printf("node type: %d (0x%x)\n", n, (unsigned)n);
break;
}
#endif