1
0
Fork 0
forked from len0rd/rockbox

removed the use of the 2nd argument to codec_start() since no codec used

it anymore


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6814 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-06-22 19:55:09 +00:00
parent 1f3d08d600
commit 31efab4909
9 changed files with 12 additions and 11 deletions

View file

@ -397,7 +397,7 @@ int codec_load_file(const char* codec);
#endif
/* defined by the codec */
enum codec_status codec_start(struct codec_api* rockbox, void* parameter)
enum codec_status codec_start(struct codec_api* rockbox)
__attribute__ ((section (".entry")));
#endif