diff options
-rw-r--r-- | vdr_decoder_flac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vdr_decoder_flac.c b/vdr_decoder_flac.c index 07f1186..92cd14d 100644 --- a/vdr_decoder_flac.c +++ b/vdr_decoder_flac.c @@ -303,7 +303,7 @@ void mgFlacDecoder::error_callback( ::FLAC__StreamDecoderErrorStatus status ) { case FLAC__STREAM_DECODER_ERROR_STATUS_FRAME_CRC_MISMATCH: { m_error = "The frame's data did not match the CRC in the footer."; - }; + } break; default: { m_error = "Unknown error occurred."; |