From ab64bdf3f227b7b24d6bb16d29447332290b215d Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 24 Jun 2005 08:47:15 +0000 Subject: [PATCH] (CHISE_DS_close): Use `concord_close_ds' instead of `CONCORD_DS_close'. --- chise.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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* -- 1.7.10.4