aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/text.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2011-09-25 18:47:17 +0300
committerFilippos Karapetis2011-09-25 18:47:17 +0300
commitb56c5cc3709780c53d62fbc018a40543e2daeaac (patch)
treeebeeeeed335b0d6fb1e70c72996089aea8fa07fb /engines/agi/text.cpp
parentbc3c68c5088a39cf2befe5fba5bb2056643c4b4f (diff)
downloadscummvm-rg350-b56c5cc3709780c53d62fbc018a40543e2daeaac.tar.gz
scummvm-rg350-b56c5cc3709780c53d62fbc018a40543e2daeaac.tar.bz2
scummvm-rg350-b56c5cc3709780c53d62fbc018a40543e2daeaac.zip
AGI: Fixed EOF in text.cpp
Diffstat (limited to 'engines/agi/text.cpp')
-rw-r--r--engines/agi/text.cpp2
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