summaryrefslogtreecommitdiff
path: root/word.h
diff options
context:
space:
mode:
Diffstat (limited to 'word.h')
-rw-r--r--word.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/word.h b/word.h
index 1b0f579..adceefa 100644
--- a/word.h
+++ b/word.h
@@ -6,7 +6,7 @@
struct word_t {
unsigned long hash;
char *name;
- unsigned long count;
+ unsigned long long count;
struct word_t *next;
};