mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
bool rpng_load_image_argb_init
should be a static function.
This commit is contained in:
parent
4429819ee7
commit
429eb3d1d5
@ -768,7 +768,7 @@ bool rpng_load_image_argb_process(uint8_t *inflate_buf,
|
||||
return true;
|
||||
}
|
||||
|
||||
bool rpng_load_image_argb_init(FILE *file,
|
||||
static bool rpng_load_image_argb_init(FILE *file,
|
||||
uint32_t **data,
|
||||
unsigned *width, unsigned *height,
|
||||
long *file_len)
|
||||
|
Loading…
x
Reference in New Issue
Block a user