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:
Dave Chapman 2006-08-31 10:09:01 +00:00
parent a3087e4fb0
commit 576d1c907c
1 changed files with 2 additions and 0 deletions

View File

@ -616,4 +616,6 @@ int ipod_encode(char *iname, char *oname, int fw_ver, bool fake_rsrc)
}
fclose(file);
return 0;
}