(CHISE_DS_close): Use `concord_close_ds' instead of
authortomo <tomo>
Fri, 24 Jun 2005 08:47:15 +0000 (08:47 +0000)
committertomo <tomo>
Fri, 24 Jun 2005 08:47:15 +0000 (08:47 +0000)
`CONCORD_DS_close'.

chise.c

diff --git a/chise.c b/chise.c
index 82c7473..bddad05 100644 (file)
--- a/chise.c
+++ b/chise.c
@@ -76,7 +76,7 @@ CHISE_DS_open (CHISE_DS_Type type, const unsigned char* location,
 int
 CHISE_DS_close (CHISE_DS* ds)
 {
-  return CONCORD_DS_close (concord_genre_get_data_source (ds));
+  return concord_close_ds (concord_genre_get_data_source (ds));
 }
 
 unsigned char*