summaryrefslogtreecommitdiffstats
path: root/stream/stream_tv.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_tv.c')
-rw-r--r--stream/stream_tv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_tv.c b/stream/stream_tv.c
index 19f991683d..560bb35061 100644
--- a/stream/stream_tv.c
+++ b/stream/stream_tv.c
@@ -81,7 +81,7 @@ tv_param_t stream_tv_defaults = {
};
#define ST_OFF(f) M_ST_OFF(tv_param_t,f)
-static m_option_t stream_opts_fields[] = {
+static const m_option_t stream_opts_fields[] = {
{"hostname", ST_OFF(channel), CONF_TYPE_STRING, 0, 0 ,0, NULL},
{"filename", ST_OFF(input), CONF_TYPE_INT, 0, 0 ,0, NULL},
{ NULL, NULL, 0, 0, 0, 0, NULL }