src/texteff.cpp
branchcpp_gui
changeset 6308 646711c5feaa
parent 6307 f40e88cff863
--- a/src/texteff.cpp	Sun Apr 15 17:04:44 2007 +0000
+++ b/src/texteff.cpp	Sat Apr 21 08:23:57 2007 +0000
@@ -246,7 +246,7 @@
 	/* Paint the messages starting with the lowest at the bottom */
 	for (uint y = 13; count-- != 0; y += 13) {
 		DoDrawString(_textmsg_list[count].message, _textmsg_box.x + 3, _screen.height - _textmsg_box.y - y + 1, _textmsg_list[count].color);
- 	}
+	}
 
 	/* Make sure the data is updated next flush */
 	_video_driver->make_dirty(x, y, width, height);