summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
Diffstat (limited to 'riscos')
-rw-r--r--riscos/save_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscos/save_draw.c b/riscos/save_draw.c
index 76fcca4d9..43748c78e 100644
--- a/riscos/save_draw.c
+++ b/riscos/save_draw.c
@@ -95,7 +95,7 @@ bool save_as_draw(hlcache_handle *h, const char *path)
os_error *error;
struct redraw_context ctx = {
.interactive = true,
- .plot = &ro_plotters
+ .plot = &ro_save_draw_plotters
};
ro_save_draw_diagram = pencil_create();