diff options
Diffstat (limited to 'src/gib_hash.c')
-rw-r--r-- | src/gib_hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gib_hash.c b/src/gib_hash.c index 127946a..9497d04 100644 --- a/src/gib_hash.c +++ b/src/gib_hash.c @@ -53,7 +53,7 @@ void gib_hash_node_free_and_data(gib_hash_node *node) return; } -gib_hash *gib_hash_new() +gib_hash *gib_hash_new(void) { gib_hash *hash = emalloc(sizeof(gib_hash)); hash->base = gib_hash_node_new("__gib_hash_new",NULL); |