X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ft5.c;h=8db05c02692ddc393be286ba74a911eb4f69a51f;hb=078a786204b5edef350982c385342f889d37e5ad;hp=cd9e0e65b145136f9b605af5aea82e43928187b0;hpb=4a3a97df9d47b8d099e403308f8015f130366994;p=idzebra-moved-to-github.git diff --git a/test/api/t5.c b/test/api/t5.c index cd9e0e6..8db05c0 100644 --- a/test/api/t5.c +++ b/test/api/t5.c @@ -1,4 +1,4 @@ -/* $Id: t5.c,v 1.4 2004-07-28 08:15:47 adam Exp $ +/* $Id: t5.c,v 1.6 2004-08-25 09:23:39 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps @@ -22,7 +22,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include #include -#include +#include /* read zebra.cfg from env var srcdir if it exists; otherwise current dir */ static ZebraService start_service() @@ -52,7 +52,7 @@ static void expect(ZebraHandle zh, const char *pqf, int hits_expect, int main(int argc, char **argv) { - int i, hits = -1; + int i; int exit_code = 0; ZebraService zs; ZebraHandle zh;