summaryrefslogtreecommitdiff
path: root/rbutil
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2009-07-17 17:51:01 +0000
committerRafaël Carré <rafael.carre@gmail.com>2009-07-17 17:51:01 +0000
commitb5f9f6152b92c237b4f7f045c16ec9f3c121dd59 (patch)
tree13f12a06591ba05dbf11c703932291387b7c7b91 /rbutil
parent9191b3c16e35798be94982423f45254493ad733c (diff)
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
Diffstat (limited to 'rbutil')
-rw-r--r--rbutil/mkamsboot/mkamsboot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rbutil/mkamsboot/mkamsboot.c b/rbutil/mkamsboot/mkamsboot.c
index 62c33186d7..fb0e3cb034 100644
--- a/rbutil/mkamsboot/mkamsboot.c
+++ b/rbutil/mkamsboot/mkamsboot.c
@@ -592,7 +592,7 @@ int main(int argc, char* argv[])
/* VERSION comes frome the Makefile */
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"
"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
"\n");
@@ -645,7 +645,7 @@ int main(int argc, char* argv[])
fprintf(stderr, "[INFO] Dual-boot function size: %d bytes\n",
bootloader_sizes[sum.model]);
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);