From 05ad815133fcb0ade9a1040069dedba1abf9d6f0 Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Sat, 26 Apr 2008 16:35:40 +0300 Subject: Mark some constant symbols as such --- command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'command.c') diff --git a/command.c b/command.c index f46c8e440a..fb34b8abbe 100644 --- a/command.c +++ b/command.c @@ -517,7 +517,7 @@ static int mp_property_metadata(m_option_t *prop, int action, void *arg, MPContext *mpctx) { m_property_action_t* ka; char* meta; - static m_option_t key_type = + static const m_option_t key_type = { "metadata", NULL, CONF_TYPE_STRING, 0, 0, 0, NULL }; if (!mpctx->demuxer) return M_PROPERTY_UNAVAILABLE; -- cgit v1.2.3