From e9ace46388abb5a2df8771f8f8a51e2f9ef0473e Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Tue, 18 May 2004 20:00:42 +0000 Subject: nother little minor fix git-svn-id: https://svn.musicpd.org/mpd/trunk@1071 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/decode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/decode.c b/src/decode.c index 3ab15d00b..5a04c780f 100644 --- a/src/decode.c +++ b/src/decode.c @@ -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 -- cgit v1.2.3