diff stream/stream_dvd.c @ 25691:68015115f63a

stream_opts should be const
author reimar
date Sun, 13 Jan 2008 12:34:42 +0000
parents 9eb89c2ce096
children eff9e1b25743
line wrap: on
line diff
--- a/stream/stream_dvd.c	Sun Jan 13 12:09:29 2008 +0000
+++ b/stream/stream_dvd.c	Sun Jan 13 12:34:42 2008 +0000
@@ -149,7 +149,7 @@
   { "hostname", ST_OFF(title), CONF_TYPE_INT, M_OPT_MIN, 1, 0, NULL },
   { NULL, NULL, 0, 0, 0, 0,  NULL }
 };
-static struct m_struct_st stream_opts = {
+static const struct m_struct_st stream_opts = {
   "dvd",
   sizeof(struct stream_priv_s),
   &stream_priv_dflts,