diff options
| author | 2015-06-24 07:36:50 +0200 | |
|---|---|---|
| committer | 2015-06-24 07:36:50 +0200 | |
| commit | d1583b9850d9fb45470648a515eb734e05fd926f (patch) | |
| tree | 33a4d9934bd2ff6c41526abe0ba06c1d1ea73eb6 /src/lib/util/flac.c | |
| parent | 03a5bfa56fa4af400f6b9fb07a5e1333aa8fa52f (diff) | |
Cleanups and version bumpmame0163
Diffstat (limited to 'src/lib/util/flac.c')
| -rw-r--r-- | src/lib/util/flac.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/util/flac.c b/src/lib/util/flac.c index 2e1e999977d..49fc667a184 100644 --- a/src/lib/util/flac.c +++ b/src/lib/util/flac.c @@ -609,15 +609,15 @@ FLAC__StreamDecoderWriteStatus flac_decoder::write_callback(const ::FLAC__Frame } /** - * @fn void flac_decoder::error_callback_static(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data) + * @fn void flac_decoder::error_callback_static(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data) * - * @brief ------------------------------------------------- - * error_callback - handle errors (ignore them) - * -------------------------------------------------. + * @brief ------------------------------------------------- + * error_callback - handle errors (ignore them) + * -------------------------------------------------. * - * @param decoder The decoder. - * @param status The status. - * @param [in,out] client_data If non-null, information describing the client. + * @param decoder The decoder. + * @param status The status. + * @param [in,out] client_data If non-null, information describing the client. */ void flac_decoder::error_callback_static(const FLAC__StreamDecoder *decoder, FLAC__StreamDecoderErrorStatus status, void *client_data) |
