mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #2715 from suzukaze/fix-dump.c
Replace int with mrb_bool in dump_bigendian_p func
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user