X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=flac_afh.c;h=d72eb83b315f6bd3e78460e83d66ec37c83e5fed;hp=eeb0e86c32ac558cc483fe1fc4ce1270c8f0d2f8;hb=e70beecd3fa6378aadf8773660741873023befcf;hpb=bfdd36f2879b8dee1f6d3330bc49fbb5644d3caf diff --git a/flac_afh.c b/flac_afh.c index eeb0e86c..d72eb83b 100644 --- a/flac_afh.c +++ b/flac_afh.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2014 Andre Noll + * Copyright (C) 2011 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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,