mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fix typo in comment
This commit is contained in:
@@ -917,7 +917,7 @@ FLAC_API FLAC__StreamEncoderState FLAC__stream_encoder_init(FLAC__StreamEncoder
|
|||||||
*
|
*
|
||||||
* WATCHOUT: libOggFLAC depends on us to write this block after the
|
* WATCHOUT: libOggFLAC depends on us to write this block after the
|
||||||
* STREAMINFO since that's what the mapping requires. (In the case
|
* STREAMINFO since that's what the mapping requires. (In the case
|
||||||
* that metadata_has_vorbis_comment it true it will have already
|
* that metadata_has_vorbis_comment is true it will have already
|
||||||
* insured that the metadata list is properly ordered.)
|
* insured that the metadata list is properly ordered.)
|
||||||
*/
|
*/
|
||||||
if(!metadata_has_vorbis_comment) {
|
if(!metadata_has_vorbis_comment) {
|
||||||
|
|||||||
Reference in New Issue
Block a user