diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-09-06 16:23:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-06 07:23:00 -0700 |
commit | 12afc344deb2df3973904fe55813d700da985dbf (patch) | |
tree | d60d9da9563eabe9ea30a17e20f9c8dc21e4f495 /src/nvim/spellfile.c | |
parent | 84d1094958fdbdda67f629197924d4146e2a1887 (diff) | |
download | rneovim-12afc344deb2df3973904fe55813d700da985dbf.tar.gz rneovim-12afc344deb2df3973904fe55813d700da985dbf.tar.bz2 rneovim-12afc344deb2df3973904fe55813d700da985dbf.zip |
refactor: migrate comment style 2 #20080
Diffstat (limited to 'src/nvim/spellfile.c')
-rw-r--r-- | src/nvim/spellfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/spellfile.c b/src/nvim/spellfile.c index c472cac27d..661ca54fad 100644 --- a/src/nvim/spellfile.c +++ b/src/nvim/spellfile.c @@ -1994,7 +1994,7 @@ static void spell_print_tree(wordnode_T *root) } } -#endif // SPELL_PRINTTREE +#endif // SPELL_PRINTTREE // Reads the affix file "fname". // Returns an afffile_T, NULL for complete failure. |