summaryrefslogtreecommitdiff
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 8558d3908..b3d9b0a3c 100644
--- a/src/spell.c
+++ b/src/spell.c
@@ -207,7 +207,7 @@ spell_check(
if (spell_iswordp(mi.mi_fend, wp))
{
int prev_upper;
- int this_upper;
+ int this_upper = FALSE; // init for gcc
if (use_camel_case)
{