summaryrefslogtreecommitdiffstats
path: root/asxparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'asxparser.h')
-rw-r--r--asxparser.h2
1 files changed, 1 insertions, 1 deletions
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