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/pnm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/pnm.c') diff --git a/stream/pnm.c b/stream/pnm.c index 615ed77d79..068a7e8c01 100644 --- a/stream/pnm.c +++ b/stream/pnm.c @@ -897,7 +897,7 @@ fail: } -stream_info_t stream_info_pnm = { +const stream_info_t stream_info_pnm = { "RealNetworks pnm", "pnm", "Arpi, xine team", -- cgit v1.2.3