aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/graphics.h')
-rw-r--r--engines/tinsel/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/graphics.h b/engines/tinsel/graphics.h
index 9a05dbe785..8b8bb6488d 100644
--- a/engines/tinsel/graphics.h
+++ b/engines/tinsel/graphics.h
@@ -68,6 +68,6 @@ void DrawObject(DRAWOBJECT *pObj);
// called to update a rectangle on the video screen from a video page
void UpdateScreenRect(const Common::Rect &pClip);
-} // end of namespace Tinsel
+} // End of namespace Tinsel
#endif