summaryrefslogtreecommitdiff
path: root/src/string_vec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/string_vec.h')
-rw-r--r--src/string_vec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string_vec.h b/src/string_vec.h
index 7fce96e..64b3d46 100644
--- a/src/string_vec.h
+++ b/src/string_vec.h
@@ -7,7 +7,7 @@
struct scored_string {
char *string;
- int8_t search_score;
+ int32_t search_score;
int32_t history_score;
};