From 814094230cb49ac3699296e49e03b6b19c5fcf10 Mon Sep 17 00:00:00 2001 From: Yuichiro MASUI Date: Fri, 8 Mar 2013 18:55:15 +0900 Subject: Change unsigned char to uint8_t --- test/init_mrbtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/init_mrbtest.c b/test/init_mrbtest.c index f077e6d51..069a76ac9 100644 --- a/test/init_mrbtest.c +++ b/test/init_mrbtest.c @@ -4,7 +4,7 @@ #include "mruby/string.h" #include "mruby/proc.h" -extern const unsigned char mrbtest_irep[]; +extern const uint8_t mrbtest_irep[]; void mrbgemtest_init(mrb_state* mrb); -- cgit v1.2.3