summaryrefslogtreecommitdiff
path: root/add1.c
diff options
context:
space:
mode:
Diffstat (limited to 'add1.c')
-rw-r--r--add1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/add1.c b/add1.c
index 9d11c8ad9..df34f323f 100644
--- a/add1.c
+++ b/add1.c
@@ -537,5 +537,5 @@ mpfr_add1 (mpfr_ptr a, mpfr_srcptr b, mpfr_srcptr c, mp_rnd_t rnd_mode)
end_of_add:
MPFR_TMP_FREE(marker);
- return inex;
+ MPFR_RET (inex);
}