util/nvmutil: reset invert in main

currently redundant, but again i might expand this
in the future to allow multiple runs. putting this
here as good practise (currently redundant).

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-03 23:22:14 +00:00
parent dd109ccf07
commit 1e407a2a65
+4 -2
View File
@@ -98,9 +98,11 @@ static void (*cmd)(void) = NULL;
int
main(int argc, char *argv[])
{
mac = NULL;
argv0 = argv[0];
mac = NULL;
invert = 0;
if (argc < 2)
usage();
fname = argv[1];