forked from len0rd/rockbox
Return 0 at the end of ipod_encode() - hopefully fix the build table errors
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10824 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a3087e4fb0
commit
576d1c907c
1 changed files with 2 additions and 0 deletions
|
@ -616,4 +616,6 @@ int ipod_encode(char *iname, char *oname, int fw_ver, bool fake_rsrc)
|
|||
}
|
||||
|
||||
fclose(file);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue