summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/grey_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/grey_core.c')
-rw-r--r--apps/plugins/lib/grey_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/grey_core.c b/apps/plugins/lib/grey_core.c
index e2260cdf11..e7f02dd6cb 100644
--- a/apps/plugins/lib/grey_core.c
+++ b/apps/plugins/lib/grey_core.c
@@ -478,7 +478,7 @@ static void fill_gvalues(void)
478 478
479 The function is authentic regarding memory usage on the simulator, even 479 The function is authentic regarding memory usage on the simulator, even
480 if it doesn't use all of the allocated memory. */ 480 if it doesn't use all of the allocated memory. */
481bool grey_init(struct plugin_api* newrb, unsigned char *gbuf, long gbuf_size, 481bool grey_init(const struct plugin_api* newrb, unsigned char *gbuf, long gbuf_size,
482 unsigned features, int width, int height, long *buf_taken) 482 unsigned features, int width, int height, long *buf_taken)
483{ 483{
484 int bdim, i; 484 int bdim, i;