1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Remove useless explicit array size

This commit is contained in:
Mathieu Schroeter 2017-02-24 18:40:51 +01:00
parent 15858493dc
commit 9864c91295

View File

@ -15,7 +15,7 @@
*/
static Sint32 GetOffset (const char *&c)
{
static const unsigned char table_accents[15] =
static const unsigned char table_accents[] =
{
/* ü à â é è ë ê ï */
/* 0xFC, 0xE0, 0xE2, 0xE9, 0xE8, 0xEB, 0xEA, 0xEF, // CP1252 */