diff options
Diffstat (limited to 'common/msg.c')
-rw-r--r-- | common/msg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/msg.c b/common/msg.c index 2692462dba..76d2f95872 100644 --- a/common/msg.c +++ b/common/msg.c @@ -49,10 +49,10 @@ struct mp_log_root { bool header; // indicate that message header should be printed int blank_lines; // number of lines useable by status int status_lines; // number of current status lines - // --- semi-atomic access bool color; int verbose; bool force_stderr; + // --- semi-atomic access bool mute; // --- must be accessed atomically /* This is incremented every time the msglevels must be reloaded. |