summaryrefslogtreecommitdiff
path: root/monkey/plot.c
diff options
context:
space:
mode:
Diffstat (limited to 'monkey/plot.c')
-rw-r--r--monkey/plot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/monkey/plot.c b/monkey/plot.c
index 539f41fbe..c93a9a8ec 100644
--- a/monkey/plot.c
+++ b/monkey/plot.c
@@ -83,7 +83,7 @@ monkey_plot_clip(const struct rect *clip)
return true;
}
-struct plotter_table plot = {
+const struct plotter_table monkey_plotters = {
.clip = monkey_plot_clip,
.arc = monkey_plot_arc,
.disc = monkey_plot_disc,