mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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:
parent
1238065ace
commit
9fc4de30d2
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
#define ntohl(x) (x)
|
||||
#endif
|
||||
|
||||
static const char *algo_name[] = {
|
||||
static const char * const algo_name[] = {
|
||||
"none",
|
||||
"lzma",
|
||||
"nrv2b",
|
||||
|
|
Loading…
Add table
Reference in a new issue