Commit e9ace463 authored by Warren Dukes's avatar Warren Dukes

nother little minor fix

git-svn-id: https://svn.musicpd.org/mpd/trunk@1071 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 8613178a
......@@ -240,7 +240,7 @@ void decodeStart(PlayerControl * pc, OutputBuffer * cb, DecoderControl * dc) {
ret = mp3_decode(cb,dc,&inStream);
break;
}
/*else ret = DECODE_ERROR_UNKTYPE;*/
ret = DECODE_ERROR_UNKTYPE;
#endif
case DECODE_TYPE_FILE:
#ifdef HAVE_MAD
......
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