From 7c7d95804b202225417d6253609b737623a68ea9 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Wed, 28 Nov 2018 17:15:34 +0100 Subject: [PATCH] fix type in CPC_set_default_BASIC_palette() --- src/oldies.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/oldies.c b/src/oldies.c index 85e91b9d..d02ac652 100644 --- a/src/oldies.c +++ b/src/oldies.c @@ -533,9 +533,9 @@ void CPC_set_default_BASIC_palette(T_Components * palette) 0x52, 0x59, 0x4a, 0x47 }; unsigned int i; - /** in the default CPC Basic palette, INKs 14 and 15 are blicking, + /** in the default CPC Basic palette, INKs 14 and 15 are blinking, * so that would be great to include theses in the colorcycling, - * but I don't see any way to make theses blinking colors + * but I don't see any way to make these blinking colors * with the way GrafX2 handles color cycling */ for (i = 0; i < sizeof(basic_colors) / sizeof(byte); i++)