X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Ftest.c;h=7beefb1256e39aa818560993a448e930c23c7e25;hp=7803177c84995f657fd7fed485375b111d675d4b;hb=4f8ea8cfaf2f3d95e4efcf9494526c2b4be43eb8;hpb=5ed3b6561d90d13f64be7f9ae8beaf4a0b3f8e32 diff --git a/src/test.c b/src/test.c index 7803177..7beefb1 100644 --- a/src/test.c +++ b/src/test.c @@ -1,8 +1,8 @@ /* - * Copyright (C) 1995-2005, Index Data ApS + * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: test.c,v 1.10 2006-07-07 13:39:04 heikki Exp $ + * $Id: test.c,v 1.12 2007-01-03 08:42:15 adam Exp $ */ /** \file test.c @@ -31,7 +31,7 @@ static int test_verbose = 1; static const char *test_prog = 0; static int log_tests = 0; -static FILE *get_file() +static FILE *get_file(void) { if (test_fout) return test_fout;