diff options
Diffstat (limited to 'gas/hash.h')
-rw-r--r-- | gas/hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |