From cd3d3369e15eb664385081b767c879fd069f05cc Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 2 Dec 2007 13:22:53 +0000 Subject: Mark all stream_info_t as const git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25239 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/stream_radio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/stream_radio.c') diff --git a/stream/stream_radio.c b/stream/stream_radio.c index a29407d5e1..3aae1aaf59 100644 --- a/stream/stream_radio.c +++ b/stream/stream_radio.c @@ -1252,7 +1252,7 @@ static void close_s(struct stream_st * stream){ stream->priv=NULL; } -stream_info_t stream_info_radio = { +const stream_info_t stream_info_radio = { "Radio stream", "Radio", "Vladimir Voroshilov", -- cgit v1.2.3