summaryrefslogtreecommitdiffstats
path: root/mbbsd/stuff.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/stuff.c')
-rw-r--r--mbbsd/stuff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/stuff.c b/mbbsd/stuff.c
index 3b076fca..7d54efcf 100644
--- a/mbbsd/stuff.c
+++ b/mbbsd/stuff.c
@@ -897,7 +897,7 @@ void FREE(void *ptr)
#endif
unsigned
-StringHash(const unsigned char *s)
+StringHash(const char *s)
{
return fnv1a_32_strcase(s, FNV1_32_INIT);
}