summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWormHeamer2025-12-01 19:11:32 -0500
committerWormHeamer2025-12-01 19:11:32 -0500
commit4df494fde4aad1a55baf31c47c44cf6b85e1558c (patch)
tree20e45de1a1e54f82722cf357fccb2c47ef74f526
parentf981c3943ba7050a0d8ee3b8eb254c8bb3000a17 (diff)
parenthesize BAD_COLORHEADmaster
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
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) {