summaryrefslogtreecommitdiffstats
path: root/stream/stream_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_file.c')
-rw-r--r--stream/stream_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_file.c b/stream/stream_file.c
index 6b9c6d5471..12bea3554c 100644
--- a/stream/stream_file.c
+++ b/stream/stream_file.c
@@ -279,6 +279,6 @@ static int open_f(stream_t *stream)
const stream_info_t stream_info_file = {
.name = "file",
.open = open_f,
- .protocols = (const char*[]){ "file", "", NULL },
+ .protocols = (const char*const[]){ "file", "", NULL },
.can_write = true,
};