X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ftest.c;h=d1471dd3790ece68cbc6f9f4898fbeba515ae842;hb=3a3c0ef92f785ff123069ea51ba0f8711b23dbf7;hp=7803177c84995f657fd7fed485375b111d675d4b;hpb=5ed3b6561d90d13f64be7f9ae8beaf4a0b3f8e32;p=yaz-moved-to-github.git diff --git a/src/test.c b/src/test.c index 7803177..d1471dd 100644 --- a/src/test.c +++ b/src/test.c @@ -1,8 +1,6 @@ -/* - * Copyright (C) 1995-2005, Index Data ApS +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2008 Index Data * See the file LICENSE for details. - * - * $Id: test.c,v 1.10 2006-07-07 13:39:04 heikki Exp $ */ /** \file test.c @@ -31,7 +29,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;