Commit 2ab40b4d authored by Masaki Muranaka's avatar Masaki Muranaka

Fix prototype/declaration mismatch in uint8_dump().

parent 0debca9b
......@@ -76,7 +76,7 @@ static int mrb_write_irep(mrb_state*,int,char*);
static inline int
uint8_dump(unsigned char bin, char *hex, int type)
uint8_dump(uint8_t bin, char *hex, int type)
{
if (type == DUMP_TYPE_BIN) {
*hex = bin;
......
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