summaryrefslogtreecommitdiffstats
path: root/src/spellsuggest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/spellsuggest.c')
-rw-r--r--src/spellsuggest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/spellsuggest.c b/src/spellsuggest.c
index 73ea210a07..ecb54550d6 100644
--- a/src/spellsuggest.c
+++ b/src/spellsuggest.c
@@ -3133,11 +3133,11 @@ suggest_try_soundalike(suginfo_T *su)
// TODO: also soundfold the next words, so that we can try joining
// and splitting
#ifdef SUGGEST_PROFILE
- prof_init();
+ prof_init();
#endif
suggest_trie_walk(su, lp, salword, TRUE);
#ifdef SUGGEST_PROFILE
- prof_report("soundalike");
+ prof_report("soundalike");
#endif
}
}