From 8c6dab520d92b4149fd74c01f883bdc87245fd5c Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 5 Aug 2012 23:51:59 +0100 Subject: misc --- amiga/plotters.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/plotters.c') diff --git a/amiga/plotters.c b/amiga/plotters.c index cdd5aac7a..e784e5cdb 100755 --- a/amiga/plotters.c +++ b/amiga/plotters.c @@ -686,7 +686,7 @@ static bool ami_bitmap(int x, int y, int width, int height, struct bitmap *bitma } else { tag = BLITA_MaskPlane; tag_data = (ULONG)bitmap->native_mask; - minterm = 0xc0; /* Should be (ABC|ABNC|ANBC) */ + minterm = 0xc0; /* should be (ABC|ABNC|ANBC); */ } BltBitMapTags(BLITA_Width,width, -- cgit v1.2.3