needs to be const, or the segment checker will bail out. (trivial)

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://coreboot.org/repository/coreboot-v3@813 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Stefan Reinauer 2008-08-24 11:29:11 +00:00
parent 1238065ace
commit 9fc4de30d2

View file

@ -31,7 +31,7 @@
#define ntohl(x) (x)
#endif
static const char *algo_name[] = {
static const char * const algo_name[] = {
"none",
"lzma",
"nrv2b",