Add missing ")" in #if check.

svn-id: r45834
This commit is contained in:
Johannes Schickel 2009-11-11 14:28:07 +00:00
parent 2c95e82e26
commit 22e94ddd61

View File

@ -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;