summaryrefslogtreecommitdiff
path: root/amiga/plotters.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-08-05 22:59:09 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-08-05 22:59:09 +0100
commitb777549cc2ed940d65934eb34d4aedb0652037fa (patch)
tree53393d1ed4152340ba2442e418b9c21470e3b2e9 /amiga/plotters.h
parentff8d7d974c74e139f06791bef2aa85af22e0f122 (diff)
downloadnetsurf-b777549cc2ed940d65934eb34d4aedb0652037fa.tar.gz
netsurf-b777549cc2ed940d65934eb34d4aedb0652037fa.tar.bz2
avoid crash if pen list is not set
Diffstat (limited to 'amiga/plotters.h')
-rwxr-xr-xamiga/plotters.h2
1 files changed, 1 insertions, 1 deletions
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