summaryrefslogtreecommitdiff
path: root/mpfr-gmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpfr-gmp.c')
-rw-r--r--mpfr-gmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpfr-gmp.c b/mpfr-gmp.c
index 4ef97f3a6..5acf4f16a 100644
--- a/mpfr-gmp.c
+++ b/mpfr-gmp.c
@@ -343,7 +343,7 @@ mpfr_default_reallocate (void *oldptr, size_t old_size, size_t new_size)
if (ret == NULL)
{
fprintf (stderr,
- "MPFR: Can't reallocate memory (old_size=%lu new_size=\%lu)\n",
+ "MPFR: Can't reallocate memory (old_size=%lu new_size=%lu)\n",
(unsigned long) old_size, (unsigned long) new_size);
abort ();
}