diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-06 21:43:11 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-06 21:43:11 +0000 |
| commit | f57358ac1eec2229da2f97e978a747a5458dfd4c (patch) | |
| tree | 10aa7cdeffe3eadd26ee0124b02ac5b924ecad0b /util | |
| parent | f59f45893b2577b94aadad044cce3e8fd3e90654 (diff) | |
util/nvmutil: remove redundant break
err takes care of it
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util')
| -rw-r--r-- | util/nvmutil/nvmutil.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index 49d148f7..1e918516 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -352,7 +352,6 @@ open_gbe_file(void) break; default: err(ECANCELED, "File size must be 8KB, 16KB or 128KB"); - break; } } |
