X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Frecgrs.c;h=6ebf807be559c0590fe3b4fc389e987aeb3bc675;hb=eb44a82db835f33bbd984072ee18dd2ec34ae9cb;hp=4062b528f13a1a772840fba67894d26a8649fcb2;hpb=52637f6d9498ad3b01737ef4faa889beff34214d;p=idzebra-moved-to-github.git diff --git a/index/recgrs.c b/index/recgrs.c index 4062b52..6ebf807 100644 --- a/index/recgrs.c +++ b/index/recgrs.c @@ -1,4 +1,4 @@ -/* $Id: recgrs.c,v 1.8 2006-10-26 23:45:46 adam Exp $ +/* $Id: recgrs.c,v 1.9 2006-10-29 17:20:01 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -245,7 +245,7 @@ static int sp_expr(struct source_parser *sp, data1_node *n, RecWord *wrd) return 1; } -static struct source_parser *source_parser_create() +static struct source_parser *source_parser_create(void) { struct source_parser *sp = xmalloc(sizeof(*sp));