commit | 96857cd3e08543955c1fe63b002f8e7f27ca55f3 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Sep 15 21:00:52 2018 +0200 |
committer | Alexander Graf <agraf@suse.de> | Sun Sep 23 21:55:30 2018 +0200 |
tree | e6c53238b1ef9169ada58687e2f1e6fbcf7371cb | |
parent | b63f9fc6bb0665b7d7dddb23ea993c7c5e0232d7 [diff] |
efi_selftest: missing braces in efi_selftest_textinputex.c gcc 4.8.4 wants to see all levels of braces when initializing a structure to zeros. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>