Klaus Heinrich Kiwi 95cacc86f2 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>
2021-02-26 16:17:43 +01:00
..
2021-01-30 14:25:41 -07:00
2019-10-08 16:35:59 +02:00
2019-12-06 16:44:20 -05:00
2019-07-29 00:20:31 +02:00
2021-01-13 02:38:00 +01:00
2020-10-09 12:02:26 -04:00
2019-11-04 18:15:32 -07:00