X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Ftest.c;h=b258b611f2a1c93665c65fbcc7c8630c6abdbfe6;hp=7803177c84995f657fd7fed485375b111d675d4b;hb=9dfcbb70828f8d5b524c9bb45852246ae1dd6878;hpb=358e1b7e886e6130547ca28e72e0f7fdb4f1c409 diff --git a/src/test.c b/src/test.c index 7803177..b258b61 100644 --- a/src/test.c +++ b/src/test.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, 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.11 2006-10-04 16:59:33 mike 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;