summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/gray_putsxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/gray_putsxy.c')
-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 20af8a3cbf..906b0e1b38 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 unsigned char *bits; 40 const 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