summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mul_2si.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mul_2si.c b/src/mul_2si.c
index 58c1b38f4..96b1412e7 100644
--- a/src/mul_2si.c
+++ b/src/mul_2si.c
@@ -27,7 +27,7 @@ mpfr_mul_2si (mpfr_ptr y, mpfr_srcptr x, long int n, mpfr_rnd_t rnd_mode)
{
int inexact;
- MPFR_LOG_FUNC
+ MPFR_LOG_FUNC
(("x[%Pu]=%.*Rg n=%ld rnd=%d",
mpfr_get_prec (x), mpfr_log_prec, x, n, rnd_mode),
("y[%Pu]=%.*Rg inexact=%d",