summaryrefslogtreecommitdiff
path: root/apps/plugins/imageviewer/png
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2011-12-28 11:32:13 +0000
committerBertrik Sikken <bertrik@sikken.nl>2011-12-28 11:32:13 +0000
commitd2cdd80f5cceb38f9add911f289d566f85a4c186 (patch)
treeb125f4b3eb73562668a3299714f20490237d8b4b /apps/plugins/imageviewer/png
parent7949dd4daebe7f058839ecc22f653ee38064d97f (diff)
downloadrockbox-d2cdd80f5cceb38f9add911f289d566f85a4c186.tar.gz
rockbox-d2cdd80f5cceb38f9add911f289d566f85a4c186.zip
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
Diffstat (limited to 'apps/plugins/imageviewer/png')
-rw-r--r--apps/plugins/imageviewer/png/png_decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/imageviewer/png/png_decoder.c b/apps/plugins/imageviewer/png/png_decoder.c
index bae1fe3321..5c7b43fbdf 100644
--- a/apps/plugins/imageviewer/png/png_decoder.c
+++ b/apps/plugins/imageviewer/png/png_decoder.c
@@ -383,7 +383,7 @@ static void LodePNG_InfoPng_init(LodePNG_InfoPng* info)
383#endif 383#endif
384} 384}
385 385
386void LodePNG_InfoPng_cleanup(LodePNG_InfoPng* info) 386static void LodePNG_InfoPng_cleanup(LodePNG_InfoPng* info)
387{ 387{
388 LodePNG_InfoColor_cleanup(&info->color); 388 LodePNG_InfoColor_cleanup(&info->color);
389} 389}