From 200048cc99264d8b2b8b56f67dd158025fbb9283 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 24 Jun 2007 10:14:42 +0000 Subject: Get rid of a completely useless cast git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23629 b3059339-0415-0410-9bf9-f77b7e298cf2 --- asxparser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asxparser.h') diff --git a/asxparser.h b/asxparser.h index 8d3c87bcfd..22663065b7 100644 --- a/asxparser.h +++ b/asxparser.h @@ -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 -- cgit v1.2.3