Commit ba5f60e0 authored by Warren Dukes's avatar Warren Dukes

fix syntax error

git-svn-id: https://svn.musicpd.org/mpd/trunk@3191 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent f962c103
...@@ -371,7 +371,7 @@ int aac_decode(OutputBuffer * cb, DecoderControl * dc, char * path) { ...@@ -371,7 +371,7 @@ int aac_decode(OutputBuffer * cb, DecoderControl * dc, char * path) {
eof = 1; eof = 1;
break; break;
} }
} while (!eof); };
flushOutputBuffer(cb); flushOutputBuffer(cb);
......
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