mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fix spelling of "misk"
This commit is contained in:
@@ -89,7 +89,7 @@ static void error_callback(const FLAC__FileDecoder *decoder, FLAC__StreamDecoder
|
||||
file_info_struct *file_info = (file_info_struct*)client_data;
|
||||
(void)decoder;
|
||||
|
||||
if (cfg.misk.stop_err || status!=FLAC__STREAM_DECODER_ERROR_STATUS_LOST_SYNC)
|
||||
if (cfg.misc.stop_err || status!=FLAC__STREAM_DECODER_ERROR_STATUS_LOST_SYNC)
|
||||
file_info->abort_flag = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user