From 48abc88bc981af496e660e8f8a7a4aa678781623 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 27 Aug 2002 14:14:01 +0000 Subject: [PATCH] More work on iconv test program --- util/siconvtst.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/siconvtst.c b/util/siconvtst.c index c06befe..088fc93 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.1 2002-08-27 14:02:13 adam Exp $ + * $Id: siconvtst.c,v 1.2 2002-08-27 14:14:01 adam Exp $ */ #if HAVE_CONFIG_H @@ -127,6 +127,6 @@ int main (int argc, char **argv) exit (5); } - + convert (inf, cd); yaz_iconv_close (cd); } -- 1.7.10.4