Commit e7566b96 authored by J. Alexander Treuman's avatar J. Alexander Treuman

Reindenting parse_xing, since I need to work on it and it's a mess

git-svn-id: https://svn.musicpd.org/mpd/trunk@4397 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent e6b0d82c
...@@ -466,7 +466,6 @@ static int parse_xing(struct xing *xing, struct mad_bitptr ptr, unsigned int bit ...@@ -466,7 +466,6 @@ static int parse_xing(struct xing *xing, struct mad_bitptr ptr, unsigned int bit
} }
return 1; return 1;
fail: fail:
xing->flags = 0; xing->flags = 0;
return 0; return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment