From e2b5809990d71f549adb023dc55d70bed5c4d5f0 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Fri, 4 Sep 2020 01:19:42 +0100 Subject: [PATCH] Remove another explicit array size --- src/Caret.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,