Mark all stream_info_t as const

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25239 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar
2007-12-02 13:22:53 +00:00
parent 6e6214052c
commit cd3d3369e1
25 changed files with 53 additions and 53 deletions

View File

@@ -153,7 +153,7 @@ static int open_f (stream_t *stream, int mode, void *opts, int* file_format) {
return STREAM_OK;
}
stream_info_t stream_info_smb = {
const stream_info_t stream_info_smb = {
"Server Message Block",
"smb",
"M. Tourne",