mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 14:02:52 +02:00
util/nvmutil: remove redundant break
err takes care of it Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -352,7 +352,6 @@ open_gbe_file(void)
|
||||
break;
|
||||
default:
|
||||
err(ECANCELED, "File size must be 8KB, 16KB or 128KB");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user