mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 07:11:49 +00:00
Add missing ")" in #if check.
svn-id: r45834
This commit is contained in:
parent
2c95e82e26
commit
22e94ddd61
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user