summaryrefslogtreecommitdiffstats
path: root/stream/stream_cue.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_cue.c')
-rw-r--r--stream/stream_cue.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_cue.c b/stream/stream_cue.c
index c42f47d0fb..238ae183a8 100644
--- a/stream/stream_cue.c
+++ b/stream/stream_cue.c
@@ -43,7 +43,7 @@ static struct stream_priv_s {
#define ST_OFF(f) M_ST_OFF(struct stream_priv_s,f)
/// URL definition
-static m_option_t stream_opts_fields[] = {
+static const m_option_t stream_opts_fields[] = {
{ "string", ST_OFF(filename), CONF_TYPE_STRING, 0, 0 ,0, NULL},
{ NULL, NULL, 0, 0, 0, 0, NULL }
};