diff options
-rw-r--r-- | src/decode.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |