diff --git a/src/Caret.cpp b/src/Caret.cpp index 5a91c728..f0cd9995 100644 --- a/src/Caret.cpp +++ b/src/Caret.cpp @@ -601,7 +601,7 @@ void ActCaret17(CARET *crt) } typedef void (*CARETFUNCTION)(CARET*); -CARETFUNCTION gpCaretFuncTbl[18] = +CARETFUNCTION gpCaretFuncTbl[] = { ActCaret00, ActCaret01,