[Scummvm-cvs-logs] SF.net SVN: scummvm:[45834] scummvm/trunk/graphics/video/mpeg_player.h

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Wed Nov 11 15:28:07 CET 2009


Revision: 45834
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45834&view=rev
Author:   lordhoto
Date:     2009-11-11 14:28:07 +0000 (Wed, 11 Nov 2009)

Log Message:
-----------
Add missing ")" in #if check.

Modified Paths:
--------------
    scummvm/trunk/graphics/video/mpeg_player.h

Modified: scummvm/trunk/graphics/video/mpeg_player.h
===================================================================
--- scummvm/trunk/graphics/video/mpeg_player.h	2009-11-11 14:27:45 UTC (rev 45833)
+++ scummvm/trunk/graphics/video/mpeg_player.h	2009-11-11 14:28:07 UTC (rev 45834)
@@ -34,7 +34,7 @@
 
 #ifdef USE_MPEG2
 
-#if defined(__PLAYSTATION2__
+#if defined(__PLAYSTATION2__)
 	typedef uint8 uint8_t;
 	typedef uint16 uint16_t;
 	typedef uint32 uint32_t;


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