summaryrefslogtreecommitdiffstats
path: root/common/msg_control.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/msg_control.h')
-rw-r--r--common/msg_control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/msg_control.h b/common/msg_control.h
index 151117a68d..b0ceef01df 100644
--- a/common/msg_control.h
+++ b/common/msg_control.h
@@ -31,7 +31,7 @@ int mp_msg_open_stats_file(struct mpv_global *global, const char *path);
struct bstr;
int mp_msg_split_msglevel(struct bstr *s, struct bstr *out_mod, int *out_level);
-extern const char *mp_log_levels[MSGL_MAX + 1];
+extern const char *const mp_log_levels[MSGL_MAX + 1];
extern const int mp_mpv_log_levels[MSGL_MAX + 1];
#endif