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 0231541761..f2374f7a4b 100644
--- a/apps/plugins/grayscale.c
+++ b/apps/plugins/grayscale.c
@@ -126,7 +126,7 @@ int main(void)
126 /* initialize the grayscale buffer: 126 /* initialize the grayscale buffer:
127 * 112 pixels wide, 7 rows (56 pixels) high, (try to) reserve 127 * 112 pixels wide, 7 rows (56 pixels) high, (try to) reserve
128 * 32 bitplanes for 33 shades of gray. (uses 25268 bytes)*/ 128 * 32 bitplanes for 33 shades of gray. (uses 25268 bytes)*/
129 shades = gray_init_buffer(gbuf, gbuf_size, 112, 7, 32) + 1; 129 shades = gray_init_buffer(gbuf, gbuf_size, 112, 7, 32, NULL) + 1;
130 130
131 /* place grayscale overlay 1 row down */ 131 /* place grayscale overlay 1 row down */
132 gray_position_display(0, 1); 132 gray_position_display(0, 1);