diff options
author | Klaus Heinrich Kiwi | 2021-02-20 17:40:45 -0300 |
---|---|---|
committer | Heinrich Schuchardt | 2021-02-26 16:17:43 +0100 |
commit | 95cacc86f2f4baa2d86f68a63baa9e8e797e4e46 (patch) | |
tree | 3cc800d34737c7452b833cf3d1f132a15f01b810 /lib/efi_loader/efi_device_path_to_text.c | |
parent | 77cae565bde9a9fa98e191006c0672d57d862a48 (diff) |
tools/mkeficapsule.c: fix DEBUG build
Fix a missing comma sign (,) from a printf(), that is only
reachable if DEBUG is defined, in which case the build fails with:
tools/mkeficapsule.c:266:36: error: expected β)β before βbinβ
266 | printf("\tbin: %s\n\ttype: %pUl\n" bin, guid);
| ^~~~
| )
Signed-off-by: Klaus Heinrich Kiwi <klaus@linux.vnet.ibm.com>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'lib/efi_loader/efi_device_path_to_text.c')
0 files changed, 0 insertions, 0 deletions