summaryrefslogtreecommitdiff
path: root/tools/scramble.c
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-08-31 10:09:01 +0000
committerDave Chapman <dave@dchapman.com>2006-08-31 10:09:01 +0000
commit576d1c907cb4fbf676bc1d11d504100b65bd95b6 (patch)
treec3178edf435ef5ff44c6d1bb93f246c19f2713b8 /tools/scramble.c
parenta3087e4fb0e268cd9a24f50494ab7e93df5e739c (diff)
downloadrockbox-576d1c907cb4fbf676bc1d11d504100b65bd95b6.tar.gz
rockbox-576d1c907cb4fbf676bc1d11d504100b65bd95b6.zip
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
Diffstat (limited to 'tools/scramble.c')
-rw-r--r--tools/scramble.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/scramble.c b/tools/scramble.c
index 7d7465a932..50d745b388 100644
--- a/tools/scramble.c
+++ b/tools/scramble.c
@@ -616,4 +616,6 @@ int ipod_encode(char *iname, char *oname, int fw_ver, bool fake_rsrc)
616 } 616 }
617 617
618 fclose(file); 618 fclose(file);
619
620 return 0;
619} 621}