summaryrefslogtreecommitdiff
path: root/zeta_ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'zeta_ui.c')
-rw-r--r--zeta_ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zeta_ui.c b/zeta_ui.c
index 0ebd15ab2..80afa73ad 100644
--- a/zeta_ui.c
+++ b/zeta_ui.c
@@ -24,7 +24,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
#include "mpfr-impl.h"
int
-mpfr_zeta_ui (mpfr_ptr z, unsigned long m, mp_rnd_t r)
+mpfr_zeta_ui (mpfr_ptr z, unsigned long m, mpfr_rnd_t r)
{
MPFR_ZIV_DECL (loop);