mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
plugins: another round of making local things static and adding missing #includes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31453 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7949dd4dae
commit
d2cdd80f5c
11 changed files with 57 additions and 52 deletions
|
|
@ -383,7 +383,7 @@ static void LodePNG_InfoPng_init(LodePNG_InfoPng* info)
|
|||
#endif
|
||||
}
|
||||
|
||||
void LodePNG_InfoPng_cleanup(LodePNG_InfoPng* info)
|
||||
static void LodePNG_InfoPng_cleanup(LodePNG_InfoPng* info)
|
||||
{
|
||||
LodePNG_InfoColor_cleanup(&info->color);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue