[Scummvm-cvs-logs] scummvm master -> b56c5cc3709780c53d62fbc018a40543e2daeaac

bluegr md5 at scummvm.org
Sun Sep 25 17:58:00 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
b56c5cc370 AGI: Fixed EOF in text.cpp


Commit: b56c5cc3709780c53d62fbc018a40543e2daeaac
    https://github.com/scummvm/scummvm/commit/b56c5cc3709780c53d62fbc018a40543e2daeaac
Author: Filippos Karapetis (md5 at scummvm.org)
Date: 2011-09-25T08:47:17-07:00

Commit Message:
AGI: Fixed EOF in text.cpp

Changed paths:
    engines/agi/text.cpp



diff --git a/engines/agi/text.cpp b/engines/agi/text.cpp
index efb4a64..6021e12 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






More information about the Scummvm-git-logs mailing list