summaryrefslogtreecommitdiff
path: root/out_str.c
diff options
context:
space:
mode:
Diffstat (limited to 'out_str.c')
-rw-r--r--out_str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/out_str.c b/out_str.c
index 013fd3e35..5a9436e55 100644
--- a/out_str.c
+++ b/out_str.c
@@ -24,7 +24,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
size_t
mpfr_out_str (FILE *stream, int base, size_t n_digits, mpfr_srcptr op,
- mp_rnd_t rnd_mode)
+ mpfr_rnd_t rnd_mode)
{
char *s, *s0;
size_t l;