From ff7357cfc5f0c84d82e99e49419ae0fb5370aab5 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Mon, 29 Nov 2010 19:28:19 +0000 Subject: NULL: Remove extra semicolons in null-graphics.h svn-id: r54587 --- backends/graphics/null/null-graphics.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backends') diff --git a/backends/graphics/null/null-graphics.h b/backends/graphics/null/null-graphics.h index 4c75a9faba..ff4f994445 100644 --- a/backends/graphics/null/null-graphics.h +++ b/backends/graphics/null/null-graphics.h @@ -44,12 +44,12 @@ public: int getGraphicsMode() const { return 0; } inline Graphics::PixelFormat getScreenFormat() const { return Graphics::PixelFormat::createFormatCLUT8(); - }; + } inline Common::List getSupportedFormats() { Common::List list; list.push_back(Graphics::PixelFormat::createFormatCLUT8()); return list; - }; + } void initSize(uint width, uint height, const Graphics::PixelFormat *format = NULL) {} virtual int getScreenChangeID() const { return 0; } -- cgit v1.2.3