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 560bb35061..2efb9c7139 100644
--- a/stream/stream_tv.c
+++ b/stream/stream_tv.c
@@ -87,7 +87,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 = {
"tv",
sizeof(tv_param_t),
&stream_tv_defaults,