From 647ee1ee21437c85266e9ea8a62abf220b72b83b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 27 Jan 2008 23:12:18 +0000 Subject: pcm_utils: remove redundant semi-colon (breaks compilation with some compilers) git-svn-id: https://svn.musicpd.org/mpd/branches/branch-0.13.0-fixes@7170 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/pcm_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/pcm_utils.c b/src/pcm_utils.c index 534095620..807c04c78 100644 --- a/src/pcm_utils.c +++ b/src/pcm_utils.c @@ -305,7 +305,7 @@ static char *pcm_convertChannels(mpd_sint8 channels, char *inBuffer, { static char *buf; static size_t len; - char *outBuffer = NULL;; + char *outBuffer = NULL; mpd_sint16 *in; mpd_sint16 *out; int inSamples, i; -- cgit v1.2.3