util: fix ANSI sequence for red color

Red turned green by mistake in commit c1072ea0.
This commit is contained in:
Michal Schmidt 2012-01-17 12:50:42 +01:00
parent b7f336383d
commit 281605bf14
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ typedef struct dual_timestamp {
#define FORMAT_BYTES_MAX 8
#define ANSI_HIGHLIGHT_ON "\x1B[1;39m"
#define ANSI_HIGHLIGHT_RED_ON "\x1B[1;32m"
#define ANSI_HIGHLIGHT_RED_ON "\x1B[1;31m"
#define ANSI_HIGHLIGHT_GREEN_ON "\x1B[1;32m"
#define ANSI_HIGHLIGHT_OFF "\x1B[0m"