summaryrefslogtreecommitdiffstats
path: root/stream/stream_pvr.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_pvr.c')
-rw-r--r--stream/stream_pvr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_pvr.c b/stream/stream_pvr.c
index 5ba42c4048..7fc521fa28 100644
--- a/stream/stream_pvr.c
+++ b/stream/stream_pvr.c
@@ -1722,5 +1722,5 @@ static int pvr_stream_control(struct stream *s, int cmd, void *arg)
const stream_info_t stream_info_pvr = {
.name = "pvr",
.open = pvr_stream_open,
- .protocols = (const char*[]){ "pvr", NULL },
+ .protocols = (const char*const[]){ "pvr", NULL },
};