diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-06 23:15:50 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-06 23:15:50 +0000 |
| commit | 85b09c42750437f122bb0b8aa92998cd3be1a1c3 (patch) | |
| tree | d15c539230796eb6e859dabdea85cce7c8a66a84 /util | |
| parent | e5b108a764a06714f31f74695e21a51b38833cdc (diff) | |
util/nvmutil: set part_modified to a uint8_t
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util')
| -rw-r--r-- | util/nvmutil/nvmutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index 970d2e7c..2c7b42d8 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -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"; |
