aboutsummaryrefslogtreecommitdiff
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
-rw-r--r--ui-stats.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui-stats.c b/ui-stats.c
index 84b247c..28b794f 100644
--- a/ui-stats.c
+++ b/ui-stats.c
@@ -9,6 +9,8 @@
#define SZ_FMT "%zu"
#endif
+#define MONTHS 6
+
struct authorstat {
long total;
struct string_list list;