diff options
author | pommicket <pommicket@gmail.com> | 2023-01-04 23:16:09 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-01-04 23:16:09 -0500 |
commit | 629ce76eb480d63fdd57769a0d9972a1a0c0fbea (patch) | |
tree | f66c3a19c9f16ba09607e8818d49ed6c12ad4003 /ide-autocomplete.c | |
parent | 808b9a13cb5c71c28db6c842b78ef7f1743283cd (diff) |
more documentation
Diffstat (limited to 'ide-autocomplete.c')
-rw-r--r-- | ide-autocomplete.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ide-autocomplete.c b/ide-autocomplete.c index 9f70758..49fcba3 100644 --- a/ide-autocomplete.c +++ b/ide-autocomplete.c @@ -86,7 +86,7 @@ void autocomplete_close(Ted *ted) { } } -void autocomplete_update_suggested(Ted *ted) { +static void autocomplete_update_suggested(Ted *ted) { Autocomplete *ac = &ted->autocomplete; arr_clear(ac->suggested); char *word = str32_to_utf8_cstr( |