util/nvmutil: use const for string literal in op

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-03 15:06:39 +00:00
parent a8a9ce32f1
commit bfb77077b3
+1 -1
View File
@@ -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;