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