From 7976a80a234fea854fa8c5016b0a5c533c8c94e7 Mon Sep 17 00:00:00 2001 From: johns <> Date: Sun, 1 Dec 2002 18:59:53 +0000 Subject: [PATCH] Fixed doxygen warning. --- src/sound/flac.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sound/flac.cpp b/src/sound/flac.cpp index 3ef8eddca..7397bb982 100644 --- a/src/sound/flac.cpp +++ b/src/sound/flac.cpp @@ -164,7 +164,7 @@ local void FLAC_metadata_callback( ** @return Error status. */ local FLAC__StreamDecoderWriteStatus FLAC_write_callback(const - FLAC__StreamDecoder * decoder __attribute__((unused)), + FLAC__StreamDecoder * stream __attribute__((unused)), const FLAC__Frame * frame, const FLAC__int32 * const buffer[], void *user) { Sample *sample;