X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fkinput.c;h=5469b5058ab1924cfe399c4909519478c52e301d;hb=9eaf65aa25be411fbd6298292f5ad7a7df7083ed;hp=7a4794f3945e706ee5afa8ab9f02173cbd4378c2;hpb=4478d785b7769691261005c98063b98a5a5971b3;p=idzebra-moved-to-github.git diff --git a/index/kinput.c b/index/kinput.c index 7a4794f..5469b50 100644 --- a/index/kinput.c +++ b/index/kinput.c @@ -1,4 +1,4 @@ -/* $Id: kinput.c,v 1.76 2006-08-14 10:40:15 adam Exp $ +/* $Id: kinput.c,v 1.77 2006-10-29 17:20:01 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -258,7 +258,7 @@ struct heap_info { int no_iterations; }; -static struct heap_info *key_heap_malloc() +static struct heap_info *key_heap_malloc(void) { /* malloc and clear it */ struct heap_info *hi; hi = (struct heap_info *) xmalloc (sizeof(*hi));