summaryrefslogtreecommitdiff
path: root/tests/tprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tprintf.c')
-rw-r--r--tests/tprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tprintf.c b/tests/tprintf.c
index 4ea0ef620..2a724dd75 100644
--- a/tests/tprintf.c
+++ b/tests/tprintf.c
@@ -74,7 +74,7 @@ const int prec_max_printf = 5000;
int stdout_redirect;
static void
-check (const char *fmt, mpfr_t x)
+check (const char *fmt, mpfr_ptr x)
{
if (mpfr_printf (fmt, x) == -1)
{