Fix issue with the PS2 and PRI_SIZET

This commit is contained in:
Francisco Javier Trujillo Mata 2020-07-21 10:17:16 +02:00
parent 41b9b8d650
commit 8334be07bf

View File

@ -165,7 +165,7 @@ typedef struct
# define PRI_SIZET "u"
# endif
# endif
#elif PS2
#elif defined(PS2)
# define PRI_SIZET "u"
#else
# if (SIZE_MAX == 0xFFFF)