diff asxparser.h @ 31077:dd7f15a3fb1b

the great MPlayer tab removal: part II some extra indentation fixes are put in as a bonus
author diego
date Mon, 03 May 2010 23:34:38 +0000
parents dad8e0eb182a
children
line wrap: on
line diff
--- a/asxparser.h	Mon May 03 23:00:58 2010 +0000
+++ b/asxparser.h	Mon May 03 23:34:38 2010 +0000
@@ -47,7 +47,7 @@
  */
 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);