forked from len0rd/rockbox
Fixed the dreaded 1.65 bootloader incompatibility
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6461 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
38c8d08f5c
commit
e72cb1527b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ void usage(void)
|
|||
exit(1);
|
||||
}
|
||||
|
||||
char image[0x200000 + 0x220 + 0x200000/0x200];
|
||||
unsigned char image[0x200000 + 0x220 + 0x200000/0x200];
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue