newline at eof

This commit is contained in:
zeromus 2008-07-24 03:24:08 +00:00
parent d27a92d9a5
commit 9a928f1b5e
1 changed files with 1 additions and 1 deletions

View File

@ -456,4 +456,4 @@ textoverflow:
void DrawTextTrans(uint8 *dest, uint32 width, uint8 *textmsg, uint8 fgcolor)
{
DrawTextTransWH(dest, width, textmsg, fgcolor, 256, 16);
}
}