summaryrefslogtreecommitdiff
path: root/tune
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2011-01-20 19:36:02 +0100
committerTorbjorn Granlund <tege@gmplib.org>2011-01-20 19:36:02 +0100
commit18d018a1185493a59bb68ace9ffe199ce34b1585 (patch)
treed36d7e5bdffc19781419e6fd245729b94296c8f6 /tune
parent9d249d53451b4d622aa85742911ac31d0c27d04b (diff)
downloadgmp-18d018a1185493a59bb68ace9ffe199ce34b1585.tar.gz
Update to current gnuplot syntax.
Diffstat (limited to 'tune')
-rw-r--r--tune/speed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tune/speed.c b/tune/speed.c
index 0a1210fc3..04982af65 100644
--- a/tune/speed.c
+++ b/tune/speed.c
@@ -814,7 +814,7 @@ run_gnuplot (int argc, char *argv[])
fprintf (fp, "set key left\n");
/* designed to make it possible to see crossovers easily */
- fprintf (fp, "set data style lines\n");
+ fprintf (fp, "set style data lines\n");
fprintf (fp, "plot ");
for (i = 0; i < num_choices; i++)