From b777549cc2ed940d65934eb34d4aedb0652037fa Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 5 Aug 2012 22:59:09 +0100 Subject: avoid crash if pen list is not set --- amiga/plotters.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/plotters.h') diff --git a/amiga/plotters.h b/amiga/plotters.h index e1d2d048d..b51aad2b0 100755 --- a/amiga/plotters.h +++ b/amiga/plotters.h @@ -35,7 +35,7 @@ struct gui_globals struct Rectangle rect; struct MinList *shared_pens; bool locked_layers; - #ifdef NS_AMIGA_CAIRO +#ifdef NS_AMIGA_CAIRO cairo_surface_t *surface; cairo_t *cr; #endif -- cgit v1.2.3