diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2007-10-23 22:17:45 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2007-10-23 22:17:45 +0000 |
commit | 0dff6e3fa95ea13f6ee6cb2d4277e83076d81bad (patch) | |
tree | aaf9a4fcab39c9dba0c4dc7457a79fc0d327cf4c /src/boot/elfboot.c | |
parent | 643eee07541f10fcc3b34a56dc8bf2cf8d93c649 (diff) |
fix a whole bunch of warnings. (trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2890 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/boot/elfboot.c')
-rw-r--r-- | src/boot/elfboot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/elfboot.c b/src/boot/elfboot.c index 9050d7ba01..6f307edd73 100644 --- a/src/boot/elfboot.c +++ b/src/boot/elfboot.c @@ -144,7 +144,7 @@ static struct verify_callback *process_elf_notes( { struct verify_callback *cb_chain; unsigned char *note, *end; - char *program, *version; + unsigned char *program, *version; cb_chain = 0; note = header + offset; |