summaryrefslogtreecommitdiff
path: root/apps/plugins/imageviewer/png/tinflate.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/imageviewer/png/tinflate.c')
-rw-r--r--apps/plugins/imageviewer/png/tinflate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/imageviewer/png/tinflate.c b/apps/plugins/imageviewer/png/tinflate.c
index 95d8e2b483..f873c37569 100644
--- a/apps/plugins/imageviewer/png/tinflate.c
+++ b/apps/plugins/imageviewer/png/tinflate.c
@@ -96,7 +96,7 @@ typedef struct {
96} TINF_DATA; 96} TINF_DATA;
97 97
98/* static tables */ 98/* static tables */
99TINF_TABLES tbl = { 99static TINF_TABLES tbl = {
100 .sltree = { 100 .sltree = {
101 .table = {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0018, 101 .table = {0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0018,
102 0x0098, 0x0070, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000}, 102 0x0098, 0x0070, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000},