From 88ae1ff267c541ded537672ac7b7f29308ad701d Mon Sep 17 00:00:00 2001 From: Chris Young Date: Thu, 2 Jun 2016 00:44:20 +0100 Subject: Ensure variables are declared correctly --- frontends/amiga/bitmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/amiga/bitmap.c') diff --git a/frontends/amiga/bitmap.c b/frontends/amiga/bitmap.c index 2dc0719bb..8d1815298 100644 --- a/frontends/amiga/bitmap.c +++ b/frontends/amiga/bitmap.c @@ -78,7 +78,7 @@ enum { AMI_NSBM_PALETTEMAPPED }; -APTR pool_bitmap = NULL; +static APTR pool_bitmap = NULL; /* exported function documented in amiga/bitmap.h */ void *amiga_bitmap_create(int width, int height, unsigned int state) -- cgit v1.2.3