mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-13 14:59:34 +02:00
util/nvmutil: reset errno in gbe_cat
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -1155,6 +1155,10 @@ gbe_cat_buf(uint8_t *b)
|
||||
break;
|
||||
}
|
||||
|
||||
/*
|
||||
* No errors here.
|
||||
* Avoid the warning in main()
|
||||
*/
|
||||
errno = 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user