Skip to content
Commit 95cacc86 authored by Klaus Heinrich Kiwi's avatar Klaus Heinrich Kiwi Committed by Heinrich Schuchardt
Browse files

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: default avatarKlaus Heinrich Kiwi <klaus@linux.vnet.ibm.com>
Reviewed-by: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
parent 77cae565
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment