pcm_utils: gcc 2.95 compile fix (extra semi-colon)

git-svn-id: https://svn.musicpd.org/mpd/trunk@6872 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Eric Wong 2007-09-10 07:12:37 +00:00
parent 38de8d0808
commit 54339dfbc2

View File

@ -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;