diff options
author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-05-12 20:57:00 +0000 |
---|---|---|
committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2008-05-12 20:57:00 +0000 |
commit | 63dd0ffd9377c7aba222a39cb3b8687ce1546d6c (patch) | |
tree | 7a17f6b54c001d63247f0b6592dfac76d8bf078b /tools | |
parent | 9bd945de7b5b4cfa6ddbe7f41337736b68d98a46 (diff) |
Fix typo.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17482 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rw-r--r-- | tools/creative.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/creative.c b/tools/creative.c index 7aa81913dd..b3bc6caa9d 100644 --- a/tools/creative.c +++ b/tools/creative.c @@ -55,7 +55,7 @@ static const struct device_info devices[] = {"C\0r\0e\0a\0t\0i\0v\0e\0 \0Z\0e\0n\0 \0V\0i\0s\0i\0o\0n\0:\0M\0 \0G\0o\0!", 50, null_key_v2, bootloader_v1, sizeof(bootloader_v1), 0x00900000}, /* Creative Zen Vision © TL */ /* The "©" should be ANSI encoded or the device won't accept the firmware package. */ - {"C\0r\0e\0a\0t\0i\0v\0e\0 \0Z\0e\0n\0 \0V\0i\0s\0i\0o\0n\0 \0©\0T\0L", 48, null_key_v2, bootloader_v1, sizeof(bootloader_v1), 0x00900000}, + {"C\0r\0e\0a\0t\0i\0v\0e\0 \0Z\0e\0n\0 \0V\0i\0s\0i\0o\0n\0 \0©\0T\0L", 47, null_key_v2, bootloader_v1, sizeof(bootloader_v1), 0x00900000}, /* Creative ZEN V */ {"C\0r\0e\0a\0t\0i\0v\0e\0 \0Z\0E\0N\0 \0V", 42, null_key_v4, bootloader_v3, sizeof(bootloader_v3), 0x00000000}, /* Creative ZEN */ |