From f8a5802d8e6434a4ffb3f9e09b8c128c6bc7fc83 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Thu, 26 Aug 2004 22:05:35 +0000 Subject: Fixed pointer types & struct font git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5016 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/gray_putsxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') 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 @@ void gray_putsxy(int x, int y, const unsigned char *str) { int ch, width; - unsigned char *bits; + const unsigned char *bits; struct font *pf = _graybuf->curfont; if ((unsigned) x >= (unsigned) _graybuf->width -- cgit v1.2.3