1
0
Fork 0
forked from len0rd/rockbox

Fixed pointer types & struct font

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5016 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2004-08-26 22:05:35 +00:00
parent 5d36aaf249
commit f8a5802d8e
3 changed files with 3 additions and 4 deletions

View file

@ -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