Mercurial > mplayer.hg
changeset 23609:ec2bfbd0d647
Get rid of a completely useless cast
author | reimar |
---|---|
date | Sun, 24 Jun 2007 10:14:42 +0000 |
parents | 5aae077ac16f |
children | 24477987c2b8 |
files | asxparser.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/asxparser.h Sun Jun 24 10:09:05 2007 +0000 +++ b/asxparser.h Sun Jun 24 10:14:42 2007 +0000 @@ -39,7 +39,7 @@ 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