Remove another explicit array size
This commit is contained in:
parent
b311888a12
commit
e2b5809990
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue