[Scummvm-cvs-logs] SF.net SVN: scummvm:[43388] scummvm/trunk/engines/sword2/sprite.cpp

joostp at users.sourceforge.net joostp at users.sourceforge.net
Sat Aug 15 01:20:46 CEST 2009


Revision: 43388
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43388&view=rev
Author:   joostp
Date:     2009-08-14 23:20:46 +0000 (Fri, 14 Aug 2009)

Log Message:
-----------
remove double semi-colon -- hopefully this kicks the buildbot back into action =)

Modified Paths:
--------------
    scummvm/trunk/engines/sword2/sprite.cpp

Modified: scummvm/trunk/engines/sword2/sprite.cpp
===================================================================
--- scummvm/trunk/engines/sword2/sprite.cpp	2009-08-14 18:34:23 UTC (rev 43387)
+++ scummvm/trunk/engines/sword2/sprite.cpp	2009-08-14 23:20:46 UTC (rev 43388)
@@ -341,7 +341,7 @@
 	uint16 noStripes = (s->w / 254) + ((s->w % 254) ? 1 : 0);
 	uint16 lastStripeSize = (s->w % 254) ? s->w % 254 : 254;
 	byte *buffer = (byte *)malloc(s->w * s->h / 2);
-	byte *stripeBuffer = (byte *)malloc(254 * s->h);;
+	byte *stripeBuffer = (byte *)malloc(254 * s->h);
 
 	memset(buffer, 0, s->w * s->h / 2);
 	uint32 skipData = 0;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list