commit | 95cacc86f2f4baa2d86f68a63baa9e8e797e4e46 | [log] [tgz] |
---|---|---|
author | Klaus Heinrich Kiwi <klaus@linux.vnet.ibm.com> | Sat Feb 20 17:40:45 2021 -0300 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Feb 26 16:17:43 2021 +0100 |
tree | 3cc800d34737c7452b833cf3d1f132a15f01b810 | |
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>