summaryrefslogtreecommitdiff
path: root/atari/plot.c
diff options
context:
space:
mode:
Diffstat (limited to 'atari/plot.c')
-rwxr-xr-xatari/plot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/atari/plot.c b/atari/plot.c
index 16e19149c..1a6ce4b44 100755
--- a/atari/plot.c
+++ b/atari/plot.c
@@ -238,7 +238,7 @@ static bool plot_path(const float *p, unsigned int n, colour fill, float width,
-struct plotter_table plot = {
+const struct plotter_table atari_plotter = {
.rectangle = plot_rectangle,
.line = plot_line,
.polygon = plot_polygon,