summaryrefslogtreecommitdiff
path: root/apps/plugins/jpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/jpeg.c')
-rw-r--r--apps/plugins/jpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/jpeg.c b/apps/plugins/jpeg.c
index 038abdf259..b52b3bf2ce 100644
--- a/apps/plugins/jpeg.c
+++ b/apps/plugins/jpeg.c
@@ -1874,7 +1874,7 @@ unsigned char* buf; /* up to here currently used by image(s) */
1874/* the remaining free part of the buffer for compressed+uncompressed images */ 1874/* the remaining free part of the buffer for compressed+uncompressed images */
1875unsigned char* buf_images; 1875unsigned char* buf_images;
1876 1876
1877int buf_size, buf_images_size; 1877ssize_t buf_size, buf_images_size;
1878/* the root of the images, hereafter are decompresed ones */ 1878/* the root of the images, hereafter are decompresed ones */
1879unsigned char* buf_root; 1879unsigned char* buf_root;
1880int root_size; 1880int root_size;