summaryrefslogtreecommitdiffstats
path: root/stream/stream_mf.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_mf.c')
-rw-r--r--stream/stream_mf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_mf.c b/stream/stream_mf.c
index 05c5bb60bd..ac2751b031 100644
--- a/stream/stream_mf.c
+++ b/stream/stream_mf.c
@@ -41,5 +41,5 @@ mf_stream_open (stream_t *stream)
const stream_info_t stream_info_mf = {
.name = "mf",
.open = mf_stream_open,
- .protocols = (const char*[]){ "mf", NULL },
+ .protocols = (const char*const[]){ "mf", NULL },
};