From f189d8a541647506498b19a2b66138b6171000a3 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Wed, 29 Aug 2012 15:58:55 +0200 Subject: GRAPHICS: Remove extra semicolon. --- graphics/decoders/tga.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/decoders') diff --git a/graphics/decoders/tga.h b/graphics/decoders/tga.h index e8dd2b8411..8149014a24 100644 --- a/graphics/decoders/tga.h +++ b/graphics/decoders/tga.h @@ -59,7 +59,7 @@ public: virtual void destroy(); virtual const Surface *getSurface() const { return &_surface; - }; + } virtual const byte *getPalette() const { return _colorMap; } virtual uint16 getPaletteColorCount() const { return _colorMapLength; } virtual bool loadStream(Common::SeekableReadStream &stream); -- cgit v1.2.3