From 64017f266ef581701b709c140322147f37df97fd Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Sun, 26 Sep 2010 11:43:07 +0000 Subject: HUGO: Remove extra ; svn-id: r52903 --- engines/hugo/display.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/hugo') diff --git a/engines/hugo/display.cpp b/engines/hugo/display.cpp index ba316e3923..abc1e14ea7 100644 --- a/engines/hugo/display.cpp +++ b/engines/hugo/display.cpp @@ -440,7 +440,7 @@ void Screen::drawRectangle(bool filledFl, uint16 x1, uint16 y1, uint16 x2, uint1 } else { warning("STUB: drawRectangle()"); } -}; +} Screen_v1d::Screen_v1d(HugoEngine &vm) : Screen(vm) { } -- cgit v1.2.3