summaryrefslogtreecommitdiffstats
path: root/src/spell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/spell.c')
-rw-r--r--src/spell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spell.c b/src/spell.c
index 46912ffdf3..f472f99326 100644
--- a/src/spell.c
+++ b/src/spell.c
@@ -1240,7 +1240,7 @@ spell_valid_case(
/*
* Return TRUE if spell checking is not enabled.
*/
- int
+ static int
no_spell_checking(win_T *wp)
{
if (!wp->w_p_spell || *wp->w_s->b_p_spl == NUL