From 9a928f1b5e240f2b46a96770fa4366865c7ba885 Mon Sep 17 00:00:00 2001 From: zeromus Date: Thu, 24 Jul 2008 03:24:08 +0000 Subject: [PATCH] newline at eof --- src/drawing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drawing.cpp b/src/drawing.cpp index 4f557b53..862c3c31 100644 --- a/src/drawing.cpp +++ b/src/drawing.cpp @@ -456,4 +456,4 @@ textoverflow: void DrawTextTrans(uint8 *dest, uint32 width, uint8 *textmsg, uint8 fgcolor) { DrawTextTransWH(dest, width, textmsg, fgcolor, 256, 16); -} \ No newline at end of file +}