diff options
author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-08-12 16:55:59 +0000 |
---|---|---|
committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-08-12 16:55:59 +0000 |
commit | 72bc4e30e2448c324bc19a204af4d30752604595 (patch) | |
tree | b907b846445a32a229c436786f0f906729fc59dd /utils/jz4740_tools/IHFSsplit.c | |
parent | d89f400c21a129a3daee8b1541d8f97c74f629fa (diff) | |
download | rockbox-72bc4e30e2448c324bc19a204af4d30752604595.tar.gz rockbox-72bc4e30e2448c324bc19a204af4d30752604595.zip |
Jz4740 tools:
* Add HXF2IHFS by William Poetra Yoga Hadisoeseno
* Don't do usb_set_configuration() calls on Linux in USB tool
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18256 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'utils/jz4740_tools/IHFSsplit.c')
-rw-r--r-- | utils/jz4740_tools/IHFSsplit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/jz4740_tools/IHFSsplit.c b/utils/jz4740_tools/IHFSsplit.c index 1f90a50007..84ba9a790d 100644 --- a/utils/jz4740_tools/IHFSsplit.c +++ b/utils/jz4740_tools/IHFSsplit.c @@ -192,4 +192,4 @@ int main(int argc, char **argv) close(ihfs_img); return 0; -}
\ No newline at end of file +} |