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:
parent
15858493dc
commit
9864c91295
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user