[Scummvm-cvs-logs] scummvm master -> 54e6283cfa5018401b793ce993cf308fec1cb3ef

Kirben kirben at optusnet.com.au
Tue Aug 14 08:47:01 CEST 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
54e6283cfa CINE: Fix compile error caused by excess ;


Commit: 54e6283cfa5018401b793ce993cf308fec1cb3ef
    https://github.com/scummvm/scummvm/commit/54e6283cfa5018401b793ce993cf308fec1cb3ef
Author: Travis Howell (kirben at optusnet.com.au)
Date: 2012-08-13T23:46:19-07:00

Commit Message:
CINE: Fix compile error caused by excess ;

Changed paths:
    engines/cine/gfx.cpp



diff --git a/engines/cine/gfx.cpp b/engines/cine/gfx.cpp
index c51420e..d080d43 100644
--- a/engines/cine/gfx.cpp
+++ b/engines/cine/gfx.cpp
@@ -1823,7 +1823,7 @@ void OSRenderer::drawSprite(overlay *overlayPtr, const byte *spritePtr, int16 wi
 	}
 
 	delete[] pMask;
-};
+}
 
 void drawSpriteRaw2(const byte *spritePtr, byte transColor, int16 width, int16 height, byte *page, int16 x, int16 y) {
 	int16 i, j;






More information about the Scummvm-git-logs mailing list