diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-02 10:01:09 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-02 10:01:09 +0100 |
commit | ddb627807cc7b7b9bbb0b60a883449aaeaf5efc9 (patch) | |
tree | 11d8c4e51aaa28eaeff84b8555bbc03b5ab20758 /main/efitools/004-typo.patch | |
parent | cd9f3532cdf675f3cbe69609dfd0f00e355c21d7 (diff) | |
download | aports-ddb627807cc7b7b9bbb0b60a883449aaeaf5efc9.tar.bz2 aports-ddb627807cc7b7b9bbb0b60a883449aaeaf5efc9.tar.xz |
main/efitools: fix build
Diffstat (limited to 'main/efitools/004-typo.patch')
-rw-r--r-- | main/efitools/004-typo.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/efitools/004-typo.patch b/main/efitools/004-typo.patch new file mode 100644 index 0000000000..a88c9a9f9d --- /dev/null +++ b/main/efitools/004-typo.patch @@ -0,0 +1,13 @@ +diff --git a/lib/console.c b/lib/console.c +index 9c10560..b932a44 100644 +--- a/lib/console.c ++++ b/lib/console.c +@@ -357,7 +357,7 @@ static struct { + { EFI_SECURITY_VIOLATION, L"Security Violation"}, + + // warnings +- { EFI_WARN_UNKOWN_GLYPH, L"Warning Unknown Glyph"}, ++ { EFI_WARN_UNKNOWN_GLYPH, L"Warning Unknown Glyph"}, + { EFI_WARN_DELETE_FAILURE, L"Warning Delete Failure"}, + { EFI_WARN_WRITE_FAILURE, L"Warning Write Failure"}, + { EFI_WARN_BUFFER_TOO_SMALL, L"Warning Buffer Too Small"}, |