mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Turn zlib_get_default_file_backend into static function
This commit is contained in:
parent
d59074d9c8
commit
a0f5fc6586
@ -164,7 +164,7 @@ static const struct zlib_file_backend zlib_backend = {
|
||||
zlib_file_free,
|
||||
};
|
||||
|
||||
const struct zlib_file_backend *zlib_get_default_file_backend(void)
|
||||
static const struct zlib_file_backend *zlib_get_default_file_backend(void)
|
||||
{
|
||||
return &zlib_backend;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user