From 4df494fde4aad1a55baf31c47c44cf6b85e1558c Mon Sep 17 00:00:00 2001 From: WormHeamer Date: Mon, 1 Dec 2025 19:11:32 -0500 Subject: parenthesize BAD_COLOR --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 7c7f026..037e980 100644 --- a/main.c +++ b/main.c @@ -1140,7 +1140,7 @@ int sect_margin(Str k, Str v, Arena *perm) { return -1; } -#define BAD_COLOR -2 +#define BAD_COLOR (-2) /* i can't tell if RGB colors are broken, or just the terminal doesn't support it */ int parse_hex_nybble(char c) { -- cgit v1.2.3