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 5060c331ae..57577101fb 100644
--- a/asxparser.h
+++ b/asxparser.h
@@ -49,7 +49,7 @@ asx_parser_free(ASX_Parser_t* parser);
*/
int
asx_get_element(ASX_Parser_t* parser,char** _buffer,
- char** _element,char** _body,char*** _attribs);
+ char** _element,char** _body,char*** _attribs);
int
asx_parse_attribs(ASX_Parser_t* parser,char* buffer,char*** _attribs);