summaryrefslogtreecommitdiffstats
path: root/stream/stream_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_null.c')
-rw-r--r--stream/stream_null.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/stream_null.c b/stream/stream_null.c
index 70221482d4..7bbef09c60 100644
--- a/stream/stream_null.c
+++ b/stream/stream_null.c
@@ -13,7 +13,7 @@ static int open_s(stream_t *stream,int mode, void* opts, int* file_format) {
}
-stream_info_t stream_info_null = {
+const stream_info_t stream_info_null = {
"Null stream",
"null",
"Albeu",