mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
mkamsboot: remove runtime copyright notice
add a cast to remove a warning in printf() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21925 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9191b3c16e
commit
b5f9f6152b
1 changed files with 2 additions and 2 deletions
|
|
@ -592,7 +592,7 @@ int main(int argc, char* argv[])
|
||||||
|
|
||||||
/* VERSION comes frome the Makefile */
|
/* VERSION comes frome the Makefile */
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"mkamsboot Version " VERSION " - (C) Dave Chapman and Rafaël Carré 2008\n"
|
"mkamsboot Version " VERSION "\n"
|
||||||
"This is free software; see the source for copying conditions. There is NO\n"
|
"This is free software; see the source for copying conditions. There is NO\n"
|
||||||
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
|
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
|
||||||
"\n");
|
"\n");
|
||||||
|
|
@ -645,7 +645,7 @@ int main(int argc, char* argv[])
|
||||||
fprintf(stderr, "[INFO] Dual-boot function size: %d bytes\n",
|
fprintf(stderr, "[INFO] Dual-boot function size: %d bytes\n",
|
||||||
bootloader_sizes[sum.model]);
|
bootloader_sizes[sum.model]);
|
||||||
fprintf(stderr, "[INFO] UCL unpack function size: %u bytes\n",
|
fprintf(stderr, "[INFO] UCL unpack function size: %u bytes\n",
|
||||||
sizeof(nrv2e_d8));
|
(unsigned int)sizeof(nrv2e_d8));
|
||||||
|
|
||||||
totalsize = total_size(sum.model, of_packedsize, rb_packedsize);
|
totalsize = total_size(sum.model, of_packedsize, rb_packedsize);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue