From 9968e9f80c69aa1ebd761cecd302fc70a76ee9e3 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Sun, 3 Apr 2005 13:52:00 +0000 Subject: syntax error cleanup git-svn-id: https://svn.musicpd.org/mpd/trunk@3192 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/inputPlugins/aac_plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inputPlugins/aac_plugin.c b/src/inputPlugins/aac_plugin.c index a42afcf91..149290648 100644 --- a/src/inputPlugins/aac_plugin.c +++ b/src/inputPlugins/aac_plugin.c @@ -371,7 +371,7 @@ int aac_decode(OutputBuffer * cb, DecoderControl * dc, char * path) { eof = 1; break; } - }; + } flushOutputBuffer(cb); -- cgit v1.2.3