X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zoom%2Fzoomtst1.c;h=8369f6322ce1a0999d99a8d779850d634fc200d3;hb=fe42f72dc30321041420cf2d1a83867b1c450f38;hp=b4cecd0724928e1550b0325ba39c2da70e99c117;hpb=2788a4851b551e1a3efb320a2878b809f2d8a9d7;p=yaz-moved-to-github.git diff --git a/zoom/zoomtst1.c b/zoom/zoomtst1.c index b4cecd0..8369f63 100644 --- a/zoom/zoomtst1.c +++ b/zoom/zoomtst1.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2009 Index Data + * Copyright (C) 1995-2012 Index Data * See the file LICENSE for details. */ @@ -22,7 +22,7 @@ int main(int argc, char **argv) exit (1); } z = ZOOM_connection_new (argv[1], 0); - + if ((error = ZOOM_connection_error(z, &errmsg, &addinfo))) { fprintf (stderr, "Error: %s (%d) %s\n", errmsg, error, addinfo); @@ -41,6 +41,7 @@ int main(int argc, char **argv) /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab