mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-17 18:34:57 +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 = "";
|
const char *fname = "";
|
||||||
|
|
||||||
typedef struct op {
|
typedef struct op {
|
||||||
char *str;
|
const char *str;
|
||||||
void (*cmd)(void);
|
void (*cmd)(void);
|
||||||
int args;
|
int args;
|
||||||
} op_t;
|
} op_t;
|
||||||
|
|||||||
Reference in New Issue
Block a user