summaryrefslogtreecommitdiff
path: root/ui_pow_ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui_pow_ui.c')
-rw-r--r--ui_pow_ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui_pow_ui.c b/ui_pow_ui.c
index 8c8b5f4ab..8e55ab68c 100644
--- a/ui_pow_ui.c
+++ b/ui_pow_ui.c
@@ -24,7 +24,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
int
mpfr_ui_pow_ui (mpfr_ptr x, unsigned long int y, unsigned long int n,
- mp_rnd_t rnd)
+ mpfr_rnd_t rnd)
{
mp_exp_t err;
unsigned long m;