Mercurial > mplayer.hg
diff parser-mpcmd.c @ 25227:75837c33484b
Mark more m_option_t uses as const
| author | reimar |
|---|---|
| date | Sun, 02 Dec 2007 15:46:44 +0000 |
| parents | d78e7d5bc6d5 |
| children | 65d1238b3631 |
line wrap: on
line diff
--- a/parser-mpcmd.c Sun Dec 02 15:43:30 2007 +0000 +++ b/parser-mpcmd.c Sun Dec 02 15:46:44 2007 +0000 @@ -170,7 +170,7 @@ else last_parent->flags &= ~PLAY_TREE_RND; } else { - m_option_t* mp_opt = NULL; + const m_option_t* mp_opt = NULL; play_tree_t* entry = NULL; tmp = is_entry_option(opt,(i+1<argc) ? argv[i + 1] : NULL,&entry);
