summaryrefslogtreecommitdiff
path: root/apps/codecs/libFLAC/include/FLAC/seekable_stream_decoder.h
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2005-02-16 20:13:12 +0000
committerDave Chapman <dave@dchapman.com>2005-02-16 20:13:12 +0000
commitf729fce058d863b6df15ea4ca22e033820b783a0 (patch)
tree2ef91e47b8631b8e4ad6d6a765b15a294b4adde3 /apps/codecs/libFLAC/include/FLAC/seekable_stream_decoder.h
parent23b3a45acd70239479158afa1c994f0fd32793cd (diff)
downloadrockbox-f729fce058d863b6df15ea4ca22e033820b783a0.tar.gz
rockbox-f729fce058d863b6df15ea4ca22e033820b783a0.zip
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/seekable_stream_decoder.h')
-rw-r--r--apps/codecs/libFLAC/include/FLAC/seekable_stream_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libFLAC/include/FLAC/seekable_stream_decoder.h b/apps/codecs/libFLAC/include/FLAC/seekable_stream_decoder.h
index dee5a89cef..68a791b3a2 100644
--- a/apps/codecs/libFLAC/include/FLAC/seekable_stream_decoder.h
+++ b/apps/codecs/libFLAC/include/FLAC/seekable_stream_decoder.h
@@ -392,7 +392,7 @@ typedef void (*FLAC__SeekableStreamDecoderErrorCallback)(const FLAC__SeekableStr
392 * \retval FLAC__SeekableStreamDecoder* 392 * \retval FLAC__SeekableStreamDecoder*
393 * \c NULL if there was an error allocating memory, else the new instance. 393 * \c NULL if there was an error allocating memory, else the new instance.
394 */ 394 */
395FLAC_API FLAC__SeekableStreamDecoder *FLAC__seekable_stream_decoder_new(); 395FLAC_API FLAC__SeekableStreamDecoder *FLAC__seekable_stream_decoder_new(void);
396 396
397/** Free a decoder instance. Deletes the object pointed to by \a decoder. 397/** Free a decoder instance. Deletes the object pointed to by \a decoder.
398 * 398 *