summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/options/options.h b/options/options.h
index 7d110faf2a..6c74fd3ed7 100644
--- a/options/options.h
+++ b/options/options.h
@@ -54,9 +54,9 @@ struct mp_cache_opts {
typedef struct MPOpts {
int use_terminal;
- char *msglevels;
char *dump_stats;
int verbose;
+ char **msg_levels;
int msg_color;
int msg_module;
int msg_time;