diff options
| author | WormHeamer | 2025-12-01 19:11:32 -0500 |
|---|---|---|
| committer | WormHeamer | 2025-12-01 19:11:32 -0500 |
| commit | 4df494fde4aad1a55baf31c47c44cf6b85e1558c (patch) | |
| tree | 20e45de1a1e54f82722cf357fccb2c47ef74f526 | |
| parent | f981c3943ba7050a0d8ee3b8eb254c8bb3000a17 (diff) | |
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |
