X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fsiconvtst.c;h=cbe4ec2d77986a3b0e971d638e77ceb2dcb70071;hb=ac5f8ad9508f5b3ada38117b0da7ae23c650ab1e;hp=88523911d548def17c1809456c5dba2ce4a7ca0a;hpb=33c972afb7998b7598f72ab1f4c072f92c2d6407;p=yaz-moved-to-github.git diff --git a/util/siconvtst.c b/util/siconvtst.c index 8852391..cbe4ec2 100644 --- a/util/siconvtst.c +++ b/util/siconvtst.c @@ -2,7 +2,7 @@ * Copyright (c) 1997-2002, Index Data * See the file LICENSE for details. * - * $Id: siconvtst.c,v 1.3 2002-08-27 21:45:28 adam Exp $ + * $Id: siconvtst.c,v 1.4 2002-08-28 19:33:53 adam Exp $ */ #if HAVE_CONFIG_H @@ -144,4 +144,5 @@ int main (int argc, char **argv) convert (inf, cd); yaz_iconv_close (cd); + return 0; }