summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 2a106a2..7fce96e 100644
--- a/src/string_vec.h
+++ b/src/string_vec.h
@@ -8,7 +8,7 @@
struct scored_string {
char *string;
int8_t search_score;
- int8_t history_score;
+ int32_t history_score;
};
struct string_vec {