X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=flac_afh.c;h=45879c2f365451c96a1c3633320c7f5ac5b665c6;hb=5661fe0c66af9a103bef356b1b45b3b6e386ea38;hp=fd7bd24a20f9a621240f926ad1511592328cb18d;hpb=abfb661f35e99e99c09a94d84839356d905af080;p=paraslash.git diff --git a/flac_afh.c b/flac_afh.c index fd7bd24a..45879c2f 100644 --- a/flac_afh.c +++ b/flac_afh.c @@ -215,7 +215,7 @@ static FLAC__StreamDecoderTellStatus tell_cb( return FLAC__STREAM_DECODER_TELL_STATUS_OK; } -/* libflac insits on this callback being present. */ +/* libflac insists on this callback being present. */ static FLAC__StreamDecoderWriteStatus write_cb( __a_unused const FLAC__StreamDecoder *decoder, __a_unused const FLAC__Frame *frame,