summaryrefslogtreecommitdiff
path: root/user.h
diff options
context:
space:
mode:
Diffstat (limited to 'user.h')
-rw-r--r--user.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/user.h b/user.h
index 0bf3686..042eb32 100644
--- a/user.h
+++ b/user.h
@@ -6,7 +6,7 @@
struct user_t {
unsigned long hash;
char *nick;
- unsigned long lines;
+ unsigned long lines[24*4];
unsigned long long words;
struct user_t *next;
};