diff stream/stream_dvb.c @ 25691:68015115f63a

stream_opts should be const
author reimar
date Sun, 13 Jan 2008 12:34:42 +0000
parents cd65c1242675
children 39709e0bdbf4
line wrap: on
line diff
--- a/stream/stream_dvb.c	Sun Jan 13 12:09:29 2008 +0000
+++ b/stream/stream_dvb.c	Sun Jan 13 12:34:42 2008 +0000
@@ -89,7 +89,7 @@
 	{NULL, NULL, 0, 0, 0, 0, NULL}
 };
 
-static struct m_struct_st stream_opts = {
+static const struct m_struct_st stream_opts = {
 	"dvbin",
 	sizeof(struct stream_priv_s),
 	&stream_defaults,