diff options
| author | Federico Angelilli <code@fedang.net> | 2024-07-10 16:18:05 +0200 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-07-10 22:07:13 +0200 |
| commit | d321f9b35e4fc752f8b28346b7e489e6df7c8e10 (patch) | |
| tree | 65e5c47f6edfb3537234deaae3e0f2dfe25522ef /any_log.h | |
| parent | e0e2e7ccc1d36b2d6251a0183119ee70679d8cec (diff) | |
Fixes
Diffstat (limited to 'any_log.h')
| -rw-r--r-- | any_log.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -398,7 +398,7 @@ const char **any_log_colors = any_log_colors_default; #define ANY_LOG_PANIC_COLOR "\x1b[1;91m" #endif #ifndef ANY_LOG_ERROR_COLOR -#define ANY_LOG_ERROR_COLOR "\x1b[31m" +#define ANY_LOG_ERROR_COLOR "\x1b[1;31m" #endif #ifndef ANY_LOG_WARN_COLOR #define ANY_LOG_WARN_COLOR "\x1b[1;33m" |
