mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 00:46:30 +00:00
Rename ga_init2() to ga_init()
This commit is contained in:

committed by
Thiago de Arruda

parent
e02790cad4
commit
5d30654512
@@ -2363,7 +2363,7 @@ static void nfa_print_state(FILE *debugf, nfa_state_T *state)
|
||||
{
|
||||
garray_T indent;
|
||||
|
||||
ga_init2(&indent, 1, 64);
|
||||
ga_init(&indent, 1, 64);
|
||||
ga_append(&indent, '\0');
|
||||
nfa_print_state2(debugf, state, &indent);
|
||||
ga_clear(&indent);
|
||||
|
Reference in New Issue
Block a user