From: Josh Coalson Date: Thu, 16 Nov 2006 01:35:21 +0000 (+0000) Subject: minor comments X-Git-Tag: 1.2.0~281 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=80011e40abdbc07f8de64006e8e9c99592a2dc03;p=platform%2Fupstream%2Fflac.git minor comments --- diff --git a/src/libFLAC/stream_decoder.c b/src/libFLAC/stream_decoder.c index e27b821..0071599 100644 --- a/src/libFLAC/stream_decoder.c +++ b/src/libFLAC/stream_decoder.c @@ -1013,8 +1013,8 @@ FLAC_API FLAC__bool FLAC__stream_decoder_reset(FLAC__StreamDecoder *decoder) /* We initialize the FLAC__MD5Context even though we may never use it. This * is because md5 checking may be turned on to start and then turned off if * a seek occurs. So we init the context here and finalize it in - * FLAC__stream_decoder_finish() to make sure things are always - * cleaned up properly. + * FLAC__stream_decoder_finish() to make sure things are always cleaned up + * properly. */ FLAC__MD5Init(&decoder->private_->md5context);