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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/msg_control.h b/common/msg_control.h
index cd2cefa249..151117a68d 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 *const mp_log_levels[MSGL_MAX + 1];
-extern const int const mp_mpv_log_levels[MSGL_MAX + 1];
+extern const char *mp_log_levels[MSGL_MAX + 1];
+extern const int mp_mpv_log_levels[MSGL_MAX + 1];
#endif