summaryrefslogtreecommitdiff
path: root/apps/plugins/lib
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib')
-rw-r--r--apps/plugins/lib/gray_putsxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lib/gray_putsxy.c b/apps/plugins/lib/gray_putsxy.c
index 51f1ca166a..20af8a3cbf 100644
--- a/apps/plugins/lib/gray_putsxy.c
+++ b/apps/plugins/lib/gray_putsxy.c
@@ -37,7 +37,7 @@
37void gray_putsxy(int x, int y, const unsigned char *str) 37void gray_putsxy(int x, int y, const unsigned char *str)
38{ 38{
39 int ch, width; 39 int ch, width;
40 bitmap_t *bits; 40 unsigned char *bits;
41 struct font *pf = _graybuf->curfont; 41 struct font *pf = _graybuf->curfont;
42 42
43 if ((unsigned) x >= (unsigned) _graybuf->width 43 if ((unsigned) x >= (unsigned) _graybuf->width