mirror of https://github.com/mpv-player/mpv
Get rid of a completely useless cast
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23629 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
5744ee56d9
commit
200048cc99
|
@ -39,7 +39,7 @@ asx_get_attrib(const char* attrib,char** attribs);
|
||||||
int
|
int
|
||||||
asx_attrib_to_enum(const char* val,char** valid_vals);
|
asx_attrib_to_enum(const char* val,char** valid_vals);
|
||||||
|
|
||||||
#define asx_free_attribs(a) asx_list_free((void***)&a,free)
|
#define asx_free_attribs(a) asx_list_free(&a,free)
|
||||||
|
|
||||||
////// List utils
|
////// List utils
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue