summaryrefslogtreecommitdiff
path: root/apps/plugins/grayscale.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/grayscale.c')
-rw-r--r--apps/plugins/grayscale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/grayscale.c b/apps/plugins/grayscale.c
index 61231af39b..6d3a83e1e9 100644
--- a/apps/plugins/grayscale.c
+++ b/apps/plugins/grayscale.c
@@ -75,7 +75,7 @@ PLUGIN_HEADER
75static struct plugin_api* rb; /* global api struct pointer */ 75static struct plugin_api* rb; /* global api struct pointer */
76static char pbuf[32]; /* global printf buffer */ 76static char pbuf[32]; /* global printf buffer */
77static unsigned char *gbuf; 77static unsigned char *gbuf;
78static unsigned int gbuf_size = 0; 78static size_t gbuf_size = 0;
79 79
80/**************************** main function ********************************/ 80/**************************** main function ********************************/
81 81