summaryrefslogtreecommitdiff
path: root/iconv/gconv_db.c
diff options
context:
space:
mode:
Diffstat (limited to 'iconv/gconv_db.c')
-rw-r--r--iconv/gconv_db.c4
1 files changed, 2 insertions, 2 deletions
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;
}