From 12212a1685155c67049a0f30f14b7bf789a8c093 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 2 Nov 2014 17:37:28 +0100 Subject: common: fix version variable declarations This was stupid. --- common/common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/common.h') diff --git a/common/common.h b/common/common.h index b9c3e1e5ea..3e5ee1190f 100644 --- a/common/common.h +++ b/common/common.h @@ -60,8 +60,8 @@ enum stream_type { STREAM_TYPE_COUNT, }; -extern const char *mpv_version; -extern const char *mpv_builddate; +extern const char *const mpv_version; +extern const char *const mpv_builddate; char *mp_format_time(double time, bool fractions); char *mp_format_time_fmt(const char *fmt, double time); -- cgit v1.2.3