summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-01-15 13:36:48 +0100
committerwm4 <wm4@nowhere>2014-01-15 13:36:48 +0100
commit904060ad7b3d4d4e7e790bcf94d4f5230c854c43 (patch)
tree81f44609b235f059285437ad24906f1d1aaf2ae6 /common
parent44993ba0fba1478d4d3482c1fd609039e76f3de3 (diff)
downloadmpv-904060ad7b3d4d4e7e790bcf94d4f5230c854c43.tar.bz2
mpv-904060ad7b3d4d4e7e790bcf94d4f5230c854c43.tar.xz
msg: update comment
Diffstat (limited to 'common')
-rw-r--r--common/msg.c2
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.