some formatting fixes

This commit is contained in:
2025-03-22 11:09:00 +01:00
parent a446368e56
commit bd904b5e32

View File

@@ -37,7 +37,7 @@ static inline void set_colour8(SDL_Renderer* const renderer, colour8 const c) {
(void)SDL_SetRenderDrawColor(renderer, colour8_red32(c), colour8_green32(c), colour8_blue32(c), 0xFF);
}
// american macros:
// American macros:
#define color8 colour8
#define color8_red32 colour8_red32
#define color8_green32 colour8_green32