Mercurial > mplayer.hg
changeset 19059:231c0e700597
Compilation fix: Mark mp_property_find parameter as const.
author | diego |
---|---|
date | Thu, 13 Jul 2006 13:04:26 +0000 |
parents | f9280c15ac82 |
children | b508e7ef1ea8 |
files | libmenu/menu_param.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmenu/menu_param.c Thu Jul 13 12:35:30 2006 +0000 +++ b/libmenu/menu_param.c Thu Jul 13 13:04:26 2006 +0000 @@ -60,7 +60,7 @@ #define mpriv (menu->priv) -m_option_t* mp_property_find(char* name); +m_option_t* mp_property_find(const char* name); static void entry_set_text(menu_t* menu, list_entry_t* e) { char* val = m_property_print(e->opt);