diff asxparser.h @ 23609:ec2bfbd0d647

Get rid of a completely useless cast
author reimar
date Sun, 24 Jun 2007 10:14:42 +0000
parents 2ec2301183cd
children 6ac1ece1f9fe
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