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…
Reference in New Issue