1
0
Fork 0
forked from len0rd/rockbox

Code cleanup, fix warnings, error checking, add midi2wav to viewers.config

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6304 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Stepan Moskovchenko 2005-04-15 20:27:04 +00:00
parent 19631f4552
commit 5811214b0c
8 changed files with 114 additions and 57 deletions

View file

@ -242,7 +242,7 @@ void sendEvent(struct Event * ev)
int tick(struct MIDIfile * mf)
{
if(mf==NULL)
return;
return 0;
int a=0;
int tracksAdv=0;