aboutsummaryrefslogtreecommitdiff
path: root/gas/hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'gas/hash.h')
-rw-r--r--gas/hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/hash.h b/gas/hash.h
index 21f4a6d..29e8825 100644
--- a/gas/hash.h
+++ b/gas/hash.h
@@ -99,7 +99,7 @@ static inline htab_t
str_htab_create (void)
{
return htab_create_alloc (16, hash_string_tuple, eq_string_tuple,
- NULL, xcalloc, free);
+ free, xcalloc, free);
}
#endif /* HASH_H */