summaryrefslogtreecommitdiff
path: root/tune
diff options
context:
space:
mode:
Diffstat (limited to 'tune')
-rw-r--r--tune/tuneup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tune/tuneup.c b/tune/tuneup.c
index 1a0c4ab37..0c6dccf0f 100644
--- a/tune/tuneup.c
+++ b/tune/tuneup.c
@@ -953,7 +953,7 @@ tune_div_mulders (FILE *f)
if (k != MPFR_DIVHIGH_TAB_SIZE - 1)
fputc (',', f);
if ((k+1) % 16 == 0)
- fprintf (f, " /*%zu-%zu*/ \\\n ", k - 15, k);
+ fprintf (f, " /*%zu-%zu*/ \\\n ", k - 15, k);
if (verbose)
putchar ('.');
}