aboutsummaryrefslogtreecommitdiff
path: root/src/symbol.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/symbol.c')
-rw-r--r--src/symbol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/symbol.c b/src/symbol.c
index 6d31801..460f954 100644
--- a/src/symbol.c
+++ b/src/symbol.c
@@ -43,7 +43,7 @@ struct table_entry {
/* Calculate the hash of a string. */
static size_t
-hash_symbol_hasher(void const *data, unsigned n_buckets)
+hash_symbol_hasher(void const *data, size_t n_buckets)
{
struct table_entry const *t = data;
if (!t->sym)

Return to:

Send suggestions and report system problems to the System administrator.