From d4b68b2ba5ba36c5909ad6be6fcea81ce03f204b Mon Sep 17 00:00:00 2001 From: Martijn van Beurden Date: Wed, 15 May 2013 20:31:03 +0200 Subject: [PATCH] Replace dead anchor This fixes a wrong link (dead anchor) in the Doxygen api documentation Signed-off-by: Erik de Castro Lopo --- include/FLAC/stream_encoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/FLAC/stream_encoder.h b/include/FLAC/stream_encoder.h index 443a7e2..a2fc873 100644 --- a/include/FLAC/stream_encoder.h +++ b/include/FLAC/stream_encoder.h @@ -128,7 +128,7 @@ extern "C" { * Unlike the decoders, the stream encoder has many options that can * affect the speed and compression ratio. When setting these parameters * you should have some basic knowledge of the format (see the - * user-level documentation + * user-level documentation * or the formal description). The * FLAC__stream_encoder_set_*() functions themselves do not validate the * values as many are interdependent. The FLAC__stream_encoder_init_*() -- 2.7.4