mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
util/nvmutil: unified cmd_index reset
use the macro, introduced in the previous commit Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -372,7 +372,7 @@ set_cmd(int argc, char *argv[])
|
||||
command[cmd_index].str);
|
||||
}
|
||||
|
||||
cmd_index = items(command);
|
||||
cmd_index = CMD_NULL;
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user