Remove another explicit array size

This commit is contained in:
Clownacy 2020-09-04 01:19:42 +01:00
parent b311888a12
commit e2b5809990

View file

@ -601,7 +601,7 @@ void ActCaret17(CARET *crt)
} }
typedef void (*CARETFUNCTION)(CARET*); typedef void (*CARETFUNCTION)(CARET*);
CARETFUNCTION gpCaretFuncTbl[18] = CARETFUNCTION gpCaretFuncTbl[] =
{ {
ActCaret00, ActCaret00,
ActCaret01, ActCaret01,