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 89a734d2f9..91d9f9aa8f 100644
--- a/stream/stream_mf.c
+++ b/stream/stream_mf.c
@@ -34,7 +34,7 @@ mf_stream_open (stream_t *stream, int mode, void *opts, int *file_format)
return STREAM_OK;
}
-stream_info_t stream_info_mf = {
+const stream_info_t stream_info_mf = {
"Multiple files input",
"mf",
"Benjamin Zores, Albeu",