1
0
Fork 0
forked from len0rd/rockbox

Inserted Linus' mkboot.c fix.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6462 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thom Johansen 2005-05-12 23:11:07 +00:00
parent e72cb1527b
commit 61aa15969c

View file

@ -50,7 +50,7 @@ HWND controls[CTL_NUM];
/* begin mkboot.c excerpt */ /* begin mkboot.c excerpt */
char image[0x200000 + 0x220 + 0x200000/0x200]; unsigned char image[0x200000 + 0x220 + 0x200000/0x200];
int mkboot(TCHAR *infile, TCHAR *outfile, unsigned char *bldata, int bllen) int mkboot(TCHAR *infile, TCHAR *outfile, unsigned char *bldata, int bllen)
{ {