From b56c5cc3709780c53d62fbc018a40543e2daeaac Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sun, 25 Sep 2011 18:47:17 +0300 Subject: AGI: Fixed EOF in text.cpp --- engines/agi/text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/agi/text.cpp b/engines/agi/text.cpp index efb4a640c6..6021e124b4 100644 --- a/engines/agi/text.cpp +++ b/engines/agi/text.cpp @@ -731,4 +731,4 @@ void AgiEngine::drawWindow(int x1, int y1, int x2, int y2) { _gfx->drawBox(x1, y1, x2, y2, MSG_BOX_COLOR, MSG_BOX_LINE, 2); } -} // End of namespace Agi \ No newline at end of file +} // End of namespace Agi -- cgit v1.2.3