summaryrefslogtreecommitdiff
path: root/apps/plugins/imageviewer
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/imageviewer')
-rw-r--r--apps/plugins/imageviewer/gif/gif_decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/imageviewer/gif/gif_decoder.c b/apps/plugins/imageviewer/gif/gif_decoder.c
index f57eab1cf1..0fde184ec2 100644
--- a/apps/plugins/imageviewer/gif/gif_decoder.c
+++ b/apps/plugins/imageviewer/gif/gif_decoder.c
@@ -301,7 +301,7 @@ void gif_decode(struct gif_decoder *d,
301 Row + i, Col, Width); 301 Row + i, Col, Width);
302 302
303 if (pf_progress != NULL) 303 if (pf_progress != NULL)
304 pf_progress(25*(i+1), 100); 304 pf_progress((i+1), Height);
305 } 305 }
306 } 306 }
307 307