From 904060ad7b3d4d4e7e790bcf94d4f5230c854c43 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 15 Jan 2014 13:36:48 +0100 Subject: msg: update comment --- common/msg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3