diff options
Diffstat (limited to 'src/code/code_800FC620.c')
| -rw-r--r-- | src/code/code_800FC620.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/code_800FC620.c b/src/code/code_800FC620.c index b0b16b8b7..c75135cd7 100644 --- a/src/code/code_800FC620.c +++ b/src/code/code_800FC620.c @@ -13,7 +13,7 @@ typedef struct InitFunc { // .data void* sInitFuncs = NULL; -char sNew[4] = { 'n', 'e', 'w' }; +char sNew[] = { 'n', 'e', 'w' }; char D_80134488[0x18] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7F, 0x80, 0x00, 0x00, |
