From 762d2dc03a7ae28dc49ad4e13720c4071cb6bae5 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Sat, 15 Aug 2009 14:13:48 +0000 Subject: Removed unnecessary semi-colons. svn-id: r43409 --- engines/parallaction/font.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/parallaction') diff --git a/engines/parallaction/font.cpp b/engines/parallaction/font.cpp index 9207d24e29..daa74cc7dc 100644 --- a/engines/parallaction/font.cpp +++ b/engines/parallaction/font.cpp @@ -256,7 +256,7 @@ public: byte* getData(uint16 index) { assert(index < _numGlyphs); - return _data + (_height * _widths[index]) * index;; + return _data + (_height * _widths[index]) * index; } void getRect(uint16 index, Common::Rect &r) { -- cgit v1.2.3