Fix 2 warnings in mkboot

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17583 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2008-05-19 14:54:06 +00:00
parent a21004dee6
commit 69fc5ad48a

View file

@ -33,9 +33,7 @@ int main(int argc, char *argv[])
{
char *infile, *bootfile, *outfile;
FILE *f;
long pos;
int i;
int file_length;
int len;
int actual_length, total_length, binary_length, num_chksums;
int origin = 0x1f0000; /* H1x0 bootloader address */