minor fix

This commit is contained in:
Josh Coalson 2002-02-12 22:58:59 +00:00
parent 019795b7f4
commit 38c685405c

View File

@ -817,7 +817,7 @@ FLAC__bool stream_decoder_frame_sync_(FLAC__StreamDecoder *decoder)
}
if(first) {
decoder->private_->error_callback(decoder, FLAC__STREAM_DECODER_ERROR_LOST_SYNC, decoder->private_->client_data);
first = 0;
first = false;
}
}