AGI: Fixed EOF in text.cpp

This commit is contained in:
Filippos Karapetis 2011-09-25 18:47:17 +03:00
parent bc3c68c508
commit b56c5cc370

View File

@ -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
} // End of namespace Agi