diff options
Diffstat (limited to 'src/afont.c')
| -rw-r--r-- | src/afont.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
