summaryrefslogtreecommitdiff
path: root/pow_si.c
diff options
context:
space:
mode:
Diffstat (limited to 'pow_si.c')
-rw-r--r--pow_si.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pow_si.c b/pow_si.c
index 61474821f..c021f8566 100644
--- a/pow_si.c
+++ b/pow_si.c
@@ -35,7 +35,7 @@ int
mpfr_pow_si (mpfr_ptr y, mpfr_srcptr x, long int n, mp_rnd_t rnd_mode)
{
if (n > 0)
- return mpfr_pow_ui(y, x, n, rnd_mode);
+ return mpfr_pow_ui (y, x, n, rnd_mode);
else
{
int inexact = 0;