From f05c1145b59624fe0c07554b9047ca44f9ad44b6 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Sun, 4 Feb 2007 19:45:34 +0000 Subject: [PATCH] minor comments --- src/flac/encode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flac/encode.c b/src/flac/encode.c index 4e2e0b9..50d7e7a 100644 --- a/src/flac/encode.c +++ b/src/flac/encode.c @@ -1727,7 +1727,7 @@ FLAC__bool EncoderSession_init_encoder(EncoderSession *e, encode_options_t optio * we keep the existing one. also need to make sure to * propagate any channel mask tag. */ - /* @@@@@@ change to append in -T values from options.vorbis_comment if input has VC already */ + /* @@@@@@ change to append -T values from options.vorbis_comment if input has VC already */ size_t i, j; FLAC__bool vc_found = false; for(i = 0, j = 0; i < flac_decoder_data->num_metadata_blocks; i++) { -- 2.7.4