From 6f616c316dbdea9ed273cf996aab0e502d24e220 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 13 Jan 2008 12:34:42 +0000 Subject: stream_opts should be const git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25719 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_radio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/stream_radio.c') diff --git a/stream/stream_radio.c b/stream/stream_radio.c index 7ca3424b25..85607f6fa9 100644 --- a/stream/stream_radio.c +++ b/stream/stream_radio.c @@ -147,7 +147,7 @@ static const m_option_t stream_opts_fields[] = { { NULL, NULL, 0, 0, 0, 0, NULL } }; -static struct m_struct_st stream_opts = { +static const struct m_struct_st stream_opts = { "radio", sizeof(radio_param_t), &stream_radio_defaults, -- cgit v1.2.3