mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-16 12:54:03 +02:00
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:
@@ -98,9 +98,11 @@ static void (*cmd)(void) = NULL;
|
|||||||
int
|
int
|
||||||
main(int argc, char *argv[])
|
main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
mac = NULL;
|
|
||||||
|
|
||||||
argv0 = argv[0];
|
argv0 = argv[0];
|
||||||
|
|
||||||
|
mac = NULL;
|
||||||
|
invert = 0;
|
||||||
|
|
||||||
if (argc < 2)
|
if (argc < 2)
|
||||||
usage();
|
usage();
|
||||||
fname = argv[1];
|
fname = argv[1];
|
||||||
|
|||||||
Reference in New Issue
Block a user