summaryrefslogtreecommitdiff
path: root/mpfr/out_str.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpfr/out_str.c')
-rw-r--r--mpfr/out_str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpfr/out_str.c b/mpfr/out_str.c
index aeaf64bd2..d6221776b 100644
--- a/mpfr/out_str.c
+++ b/mpfr/out_str.c
@@ -60,6 +60,6 @@ mpfr_out_str (stream, base, n_digits, op, rnd_mode)
fprintf(stream, "%s", s);
}
- (*_mp_free_func)(s0, l);
+ (*__gmp_free_func)(s0, l);
return l;
}