projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cedc80e
)
add missing return value
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 28 Aug 2002 19:33:53 +0000
(19:33 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 28 Aug 2002 19:33:53 +0000
(19:33 +0000)
util/siconvtst.c
patch
|
blob
|
history
diff --git
a/util/siconvtst.c
b/util/siconvtst.c
index
8852391
..
cbe4ec2
100644
(file)
--- 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;
}