summaryrefslogtreecommitdiffstats
path: root/asxparser.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-05-07 22:02:47 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-05-07 22:03:48 +0300
commit4c6e3ac01bb158ddaa5603dc93fc7efb91b367b1 (patch)
tree16662a6828f11f852ee4e0437ad03309d994caef /asxparser.h
parenteee666c3b57870b7610acc846858814ce8498385 (diff)
parenta535f7bfca1bec440cec45f4201494755ed2440b (diff)
downloadmpv-4c6e3ac01bb158ddaa5603dc93fc7efb91b367b1.tar.bz2
mpv-4c6e3ac01bb158ddaa5603dc93fc7efb91b367b1.tar.xz
Merge svn change r31134
Fix some search/replace errors introduced in the svn commit.
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);