From 80011e40abdbc07f8de64006e8e9c99592a2dc03 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Thu, 16 Nov 2006 01:35:21 +0000 Subject: [PATCH] minor comments --- src/libFLAC/stream_decoder.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.7.4