X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftstsoap2.c;h=1b952b78059bf1136c4624df9825129b2ba29f95;hb=64e2bb98a2ecd300fc2819c2cbb0b72901f85fa6;hp=0fd766e7ebf5b7c0eefe2dc0cedca5c83de3027f;hpb=e8025256fa32ac74dee34da5ca49b0c8ac41508e;p=yaz-moved-to-github.git diff --git a/test/tstsoap2.c b/test/tstsoap2.c index 0fd766e..1b952b7 100644 --- a/test/tstsoap2.c +++ b/test/tstsoap2.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: tstsoap2.c,v 1.1 2005-05-06 11:11:37 adam Exp $ + * $Id: tstsoap2.c,v 1.2 2005-06-25 15:46:07 adam Exp $ */ #include @@ -43,8 +43,8 @@ static void tst_srw(void) odr_destroy(o); if (ret) { - printf("z_soap_codec_enc failed\n"); - exit(1); + printf("z_soap_codec_enc failed\n"); + exit(1); } } #endif @@ -55,8 +55,16 @@ int main(int argc, char **argv) LIBXML_TEST_VERSION if (argc <= 1) { - tst_srw(); + tst_srw(); } #endif return 0; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +