X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftstpquery.c;h=1084626c62386315e018908ed5037c70cd55bfb7;hp=a3c0b25f3b490df1f4ba01091b261a5fe8c970c4;hb=9dfcbb70828f8d5b524c9bb45852246ae1dd6878;hpb=358e1b7e886e6130547ca28e72e0f7fdb4f1c409 diff --git a/test/tstpquery.c b/test/tstpquery.c index a3c0b25..1084626 100644 --- a/test/tstpquery.c +++ b/test/tstpquery.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: tstpquery.c,v 1.2 2006-04-01 11:47:41 adam Exp $ + * $Id: tstpquery.c,v 1.3 2006-10-04 16:59:34 mike Exp $ */ #include @@ -55,7 +55,7 @@ int expect_pqf(const char *pqf, const char *expect_pqf, int expect_error) return res; } -static void tst() +static void tst(void) { YAZ_CHECK(expect_pqf("a", "@attrset Bib-1 a", YAZ_PQF_ERROR_NONE)); YAZ_CHECK(expect_pqf("@attr 1=4 a", "@attrset Bib-1 @attr 1=4 a", YAZ_PQF_ERROR_NONE));