Commit 4957c852 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #2715 from suzukaze/fix-dump.c

Replace int with mrb_bool in dump_bigendian_p func
parents bc9c47d5 b88c8b40
......@@ -1045,7 +1045,7 @@ is_valid_c_symbol_name(const char *name)
return TRUE;
}
static int
static mrb_bool
dump_bigendian_p(uint8_t flags)
{
switch (flags & DUMP_ENDIAN_NAT) {
......
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