summaryrefslogtreecommitdiffstats
path: root/hash.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2009-11-17 14:33:28 -0800
committerKaz Kylheku <kaz@kylheku.com>2009-11-17 14:33:28 -0800
commitb3e5158fdeb90749fa710ac8e302aa69ddd81acd (patch)
tree245f8c1c1acb92b92b28ef13e555641a40caf1b5 /hash.c
parent4ce9806f4b5fd1d678e7451c11268460ef518df5 (diff)
downloadtxr-b3e5158fdeb90749fa710ac8e302aa69ddd81acd.tar.gz
txr-b3e5158fdeb90749fa710ac8e302aa69ddd81acd.tar.bz2
txr-b3e5158fdeb90749fa710ac8e302aa69ddd81acd.zip
Warning fixes.
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hash.c b/hash.c
index 0ce6aa68..e07f663a 100644
--- a/hash.c
+++ b/hash.c
@@ -189,6 +189,7 @@ static struct cobj_ops hash_ops = {
cobj_print_op,
hash_destroy,
hash_mark,
+ 0
};
void hash_grow(struct hash *h)