util/nvmutil: set part_modified to a uint8_t

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-06 23:15:50 +00:00
parent e5b108a764
commit 85b09c4275
+1 -1
View File
@@ -131,7 +131,7 @@ static int rfd = -1;
static int gbe_fd = -1;
static size_t part;
static uint8_t invert;
static unsigned char part_modified[2];
static uint8_t part_modified[2];
static const char *mac_str = NULL;
static const char rmac[] = "xx:xx:xx:xx:xx:xx";