diff options
| -rw-r--r-- | tools/idevicesyslog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/idevicesyslog.c b/tools/idevicesyslog.c index 8fd91c4..e456d1b 100644 --- a/tools/idevicesyslog.c +++ b/tools/idevicesyslog.c | |||
| @@ -99,7 +99,7 @@ static void TEXT_COLOR(WORD attr) | |||
| 99 | { | 99 | { |
| 100 | if (use_colors) { | 100 | if (use_colors) { |
| 101 | SetConsoleTextAttribute(h_stdout, attr); | 101 | SetConsoleTextAttribute(h_stdout, attr); |
| 102 | } | 102 | } |
| 103 | } | 103 | } |
| 104 | #else | 104 | #else |
| 105 | 105 | ||
