From 85e55d0c6ee6c1cdfabf121cc10d359c6c473cd6 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Wed, 25 May 2016 05:37:07 +0200 Subject: JANITORIAL: Remove unnecessary semicolons --- backends/platform/3ds/sprite.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/platform') diff --git a/backends/platform/3ds/sprite.cpp b/backends/platform/3ds/sprite.cpp index a0aee385a9..f97c611473 100644 --- a/backends/platform/3ds/sprite.cpp +++ b/backends/platform/3ds/sprite.cpp @@ -62,7 +62,7 @@ void Sprite::create(uint16 width, uint16 height, const Graphics::PixelFormat &f) actualHeight = height; format = f; w = MAX(nextHigher2(width), 64u); - h = MAX(nextHigher2(height), 64u);; + h = MAX(nextHigher2(height), 64u); pitch = w * format.bytesPerPixel; dirtyPixels = true; -- cgit v1.2.3