Commit 54339dfb authored by Eric Wong's avatar Eric Wong

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
parent 38de8d08
......@@ -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;
......
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