summaryrefslogtreecommitdiff
path: root/tests/tui_div.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tui_div.c')
-rw-r--r--tests/tui_div.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tui_div.c b/tests/tui_div.c
index d6b2bb494..e64f72041 100644
--- a/tests/tui_div.c
+++ b/tests/tui_div.c
@@ -161,7 +161,7 @@ check_nan (void)
}
static int
-mpfr_inv (mpfr_t y, mpfr_t x, mp_rnd_t r)
+mpfr_inv (mpfr_ptr y, mpfr_srcptr x, mp_rnd_t r)
{
return mpfr_ui_div (y, 1, x, r);
}