summaryrefslogtreecommitdiff
path: root/src/search.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/search.c')
-rw-r--r--src/search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search.c b/src/search.c
index 59b46e54d..badf79371 100644
--- a/src/search.c
+++ b/src/search.c
@@ -4293,7 +4293,7 @@ fuzzy_match_compute_score(
if (currIdx > 0)
{
// Camel case
- int neighbor;
+ int neighbor = ' ';
int curr;
int neighborSeparator;