summaryrefslogtreecommitdiff
path: root/src/afont.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/afont.c')
-rw-r--r--src/afont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afont.c b/src/afont.c
index bb7eaf7..891a909 100644
--- a/src/afont.c
+++ b/src/afont.c
@@ -761,7 +761,7 @@ void BLTString(FONT_DESC str_packet)
}
}
}
- while(++strptr != end_char);
+ while(++strptr != (unsigned char *)end_char);
pos_y += font.fontHeight - 2;
}