From 34e55074c41feda49d542822de7807d5e2e366d3 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 30 Aug 2000 00:02:38 +0000 Subject: Update. 2000-08-29 Ulrich Drepper * charmaps/GB18030: Add entries from GBK not present here. * SUPPORTED: Add zh_TW.EUC-JP and zh_CN.GB18030. * locales/iso14651_t1: Use hexadecimal ellipsis in script. --- iconv/gconv_db.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iconv') diff --git a/iconv/gconv_db.c b/iconv/gconv_db.c index 50cedd6256..ed2698a628 100644 --- a/iconv/gconv_db.c +++ b/iconv/gconv_db.c @@ -311,9 +311,9 @@ increment_counter (struct __gconv_step *steps, size_t nsteps) steps[cnt].__end_fct = steps[cnt].__shlib_handle->end_fct; if (steps[cnt].__end_fct != NULL) - DL_CALL_FCT (steps[cnt].__end_fct, &steps[cnt]); + DL_CALL_FCT (steps[cnt].__end_fct, (&steps[cnt])); if (steps[cnt].__init_fct != NULL) - DL_CALL_FCT (steps[cnt].__init_fct, &steps[cnt]); + DL_CALL_FCT (steps[cnt].__init_fct, (&steps[cnt])); } return result; } -- cgit 1.4.1