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 bffb5bac..32299535 100644
--- a/man_hash.c
+++ b/man_hash.c
@@ -52,7 +52,7 @@ man_hash_find(const void *arg, const char *tmp)
/* TODO */
for (i = 0; i < MAN_MAX; i++)
- if (0 == strcasecmp(tmp, man_macronames[i]))
+ if (0 == strcmp(tmp, man_macronames[i]))
return(i);
return(MAN_MAX);