summaryrefslogtreecommitdiffstats
path: root/man_hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'man_hash.c')
-rw-r--r--man_hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/man_hash.c b/man_hash.c
index fffadea0..68ce712a 100644
--- a/man_hash.c
+++ b/man_hash.c
@@ -41,7 +41,7 @@ man_hash_alloc(void)
if (NULL == htab)
return(NULL);
- for (i = 1; i < MAN_MAX; i++) {
+ for (i = 0; i < MAN_MAX; i++) {
x = man_macronames[i][0];
assert((x >= 65 && x <= 90) ||