diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-03 22:29:21 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-03 22:29:21 +0000 |
| commit | ae6db44543781d14901680e8b7d3d4051b883aa6 (patch) | |
| tree | 73222407233261bc5502ecb34b966bac253868cf | |
| parent | 8f81ed314a83b44734143d387f2ee86212b1be8a (diff) | |
util/nvmutil: minor cleanup in cmd_setmac
Signed-off-by: Leah Rowe <leah@libreboot.org>
| -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 3d4e26ca..f6c35a16 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -264,8 +264,8 @@ cmd_setmac(void) { int partnum; int mac_updated = 0; - parse_mac_string(); + parse_mac_string(); printf("MAC address to be written: %s\n", mac); for (partnum = 0; partnum < 2; partnum++) |
