From 49c2203275d1e8480f8778c8d8ce2a7947278b67 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Thu, 5 Jul 2001 17:34:00 +0000 Subject: Fixed rest of platform.h --- src/afont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/afont.c') diff --git a/src/afont.c b/src/afont.c index 46ac394..bb7eaf7 100644 --- a/src/afont.c +++ b/src/afont.c @@ -635,7 +635,7 @@ void BLTString(FONT_DESC str_packet) int not_finished = Yes; int pos_x = str_packet.destx; int pos_y = str_packet.desty; - int white_space_width = CHAR_WIDTH(str_packet.fontnum, 0); + int white_space_width = CHAR_WIDTH(str_packet.fontnum, 0); // set up the font processing varibles depending on the type of font -- cgit v1.3