summaryrefslogtreecommitdiff
path: root/init2.c
diff options
context:
space:
mode:
Diffstat (limited to 'init2.c')
-rw-r--r--init2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init2.c b/init2.c
index 2b8bb2af4..7388a06aa 100644
--- a/init2.c
+++ b/init2.c
@@ -23,7 +23,7 @@ http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
#include "mpfr-impl.h"
void
-mpfr_init2 (mpfr_ptr x, mp_prec_t p)
+mpfr_init2 (mpfr_ptr x, mpfr_prec_t p)
{
mp_size_t xsize;
mp_ptr tmp;