mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fix prototype/declaration mismatch in uint8_dump().
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user