ref: e2b5809990d71f549adb023dc55d70bed5c4d5f0
parent: b311888a12236747f1e6e9f1f011178225d8405f
author: Clownacy <Clownacy@users.noreply.github.com>
date: Thu Sep 3 21:19:42 EDT 2020
Remove another explicit array size
--- a/src/Caret.cpp
+++ b/src/Caret.cpp
@@ -601,7 +601,7 @@
}
typedef void (*CARETFUNCTION)(CARET*);
-CARETFUNCTION gpCaretFuncTbl[18] =
+CARETFUNCTION gpCaretFuncTbl[] =
{
ActCaret00,
ActCaret01,