0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

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:
reimar 2007-06-24 10:14:42 +00:00
parent 5744ee56d9
commit 200048cc99

View File

@ -39,7 +39,7 @@ asx_get_attrib(const char* attrib,char** attribs);
int
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