mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
util/nvmutil: use const for string literal in op
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -77,7 +77,7 @@ const char *rmac = "xx:xx:xx:xx:xx:xx";
|
||||
const char *fname = "";
|
||||
|
||||
typedef struct op {
|
||||
char *str;
|
||||
const char *str;
|
||||
void (*cmd)(void);
|
||||
int args;
|
||||
} op_t;
|
||||
|
||||
Reference in New Issue
Block a user