diff options
| author | Dave Chapman <dave@dchapman.com> | 2005-02-16 20:13:12 +0000 |
|---|---|---|
| committer | Dave Chapman <dave@dchapman.com> | 2005-02-16 20:13:12 +0000 |
| commit | f729fce058d863b6df15ea4ca22e033820b783a0 (patch) | |
| tree | 2ef91e47b8631b8e4ad6d6a765b15a294b4adde3 /apps/codecs/libFLAC/include/FLAC/stream_decoder.h | |
| parent | 23b3a45acd70239479158afa1c994f0fd32793cd (diff) | |
| download | rockbox-f729fce058d863b6df15ea4ca22e033820b783a0.zip rockbox-f729fce058d863b6df15ea4ca22e033820b783a0.tar.gz rockbox-f729fce058d863b6df15ea4ca22e033820b783a0.tar.bz2 rockbox-f729fce058d863b6df15ea4ca22e033820b783a0.tar.xz | |
Fix some compiler warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5986 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libFLAC/include/FLAC/stream_decoder.h')
| -rw-r--r-- | apps/codecs/libFLAC/include/FLAC/stream_decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libFLAC/include/FLAC/stream_decoder.h b/apps/codecs/libFLAC/include/FLAC/stream_decoder.h index 6cd59d4..99a3bb3 100644 --- a/apps/codecs/libFLAC/include/FLAC/stream_decoder.h +++ b/apps/codecs/libFLAC/include/FLAC/stream_decoder.h @@ -396,7 +396,7 @@ typedef void (*FLAC__StreamDecoderErrorCallback)(const FLAC__StreamDecoder *deco * \retval FLAC__StreamDecoder* * \c NULL if there was an error allocating memory, else the new instance. */ -FLAC_API FLAC__StreamDecoder *FLAC__stream_decoder_new(); +FLAC_API FLAC__StreamDecoder *FLAC__stream_decoder_new(void); /** Free a decoder instance. Deletes the object pointed to by \a decoder. * |