From: tomo Date: Fri, 24 Jun 2005 08:47:15 +0000 (+0000) Subject: (CHISE_DS_close): Use `concord_close_ds' instead of X-Git-Tag: chise-base-0_23~7 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ab64bdf3f227b7b24d6bb16d29447332290b215d;p=chise%2Flibchise.git (CHISE_DS_close): Use `concord_close_ds' instead of `CONCORD_DS_close'. --- diff --git a/chise.c b/chise.c index 82c7473..bddad05 100644 --- 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*