aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search.c b/src/search.c
index d9bddffeabf..f05f2cc0bf3 100644
--- a/src/search.c
+++ b/src/search.c
@@ -1971,7 +1971,7 @@ wordify (string)
1971 if (SYNTAX (prev_c) == Sword) 1971 if (SYNTAX (prev_c) == Sword)
1972 word_count++; 1972 word_count++;
1973 if (!word_count) 1973 if (!word_count)
1974 return build_string (""); 1974 return empty_string;
1975 1975
1976 adjust = - punct_count + 5 * (word_count - 1) + 4; 1976 adjust = - punct_count + 5 * (word_count - 1) + 4;
1977 if (STRING_MULTIBYTE (string)) 1977 if (STRING_MULTIBYTE (string))