X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ft4.c;fp=test%2Fapi%2Ft4.c;h=944b277c2cca459f9d0405fb7e0d3e3cee383301;hb=06dec5f5b1364f4c31d1858f35a16f61d325120a;hp=b38a9a5fa9df44b132e1b3ef7854ff9b601a19e5;hpb=5437b50633032595afe6f87dc0f989bc92a5aea8;p=idzebra-moved-to-github.git diff --git a/test/api/t4.c b/test/api/t4.c index b38a9a5..944b277 100644 --- a/test/api/t4.c +++ b/test/api/t4.c @@ -1,4 +1,4 @@ -/* $Id: t4.c,v 1.11 2004-10-29 13:02:39 heikki Exp $ +/* $Id: t4.c,v 1.12 2004-11-19 15:52:59 heikki Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps @@ -33,7 +33,7 @@ const char *myrec[] = { int main(int argc, char **argv) { int i; - ZebraService zs = start_up(0, argc, argv);; + ZebraService zs = start_up(0, argc, argv); ZebraHandle zh = zebra_open (zs); init_data(zh,myrec);