Cosmtic changes. No code change in actual code
[idzebra-moved-to-github.git] / test / api / xpath2.c
index f6409d9..2bcde1e 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: xpath2.c,v 1.1 2004-10-29 14:16:22 heikki Exp $
-   Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
+/* $Id: xpath2.c,v 1.2 2004-12-02 11:28:20 adam Exp $
+   Copyright (C) 2003,2004
    Index Data Aps
 
 This file is part of the Zebra server.
@@ -74,7 +74,7 @@ int main(int argc, char **argv)
 {
     ZebraService zs = start_up("zebraxpath.cfg", argc, argv);
     ZebraHandle zh = zebra_open (zs);
-    init_data(zh,myrec);
+    init_data(zh, myrec);
 
     do_query(__LINE__,zh, "@attr 1=/Zthes/termName Sauropoda", 1);
     do_query(__LINE__,zh, "@attr 1=/Zthes/relation/termName Sauropoda",1);