diff options
author | Filippos Karapetis | 2011-09-25 18:47:17 +0300 |
---|---|---|
committer | Filippos Karapetis | 2011-09-25 18:47:17 +0300 |
commit | b56c5cc3709780c53d62fbc018a40543e2daeaac (patch) | |
tree | ebeeeeed335b0d6fb1e70c72996089aea8fa07fb /engines | |
parent | bc3c68c5088a39cf2befe5fba5bb2056643c4b4f (diff) | |
download | scummvm-rg350-b56c5cc3709780c53d62fbc018a40543e2daeaac.tar.gz scummvm-rg350-b56c5cc3709780c53d62fbc018a40543e2daeaac.tar.bz2 scummvm-rg350-b56c5cc3709780c53d62fbc018a40543e2daeaac.zip |
AGI: Fixed EOF in text.cpp
Diffstat (limited to 'engines')
-rw-r--r-- | engines/agi/text.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |