commit | 8bdd149003351290ea771cbac4063af45108a134 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Jun 20 12:48:04 2019 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Jun 20 22:26:20 2019 +0000 |
tree | 3488cb696f749b4c267779da52c62d59338a497f | |
parent | 961ebe8a5e3534d61b3d86af4d1cf81442e5a816 [diff] |
efi_loader: consistent types in efidebug.c efi_status_t and int are of different size. Use separate variables for return codes of different type. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>