commit | 2748fb65a5d897f5124b9616fe6bf084a862458e | [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 | df57335ab275d1d3e0aa3972f2a363978d13c535 [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>