Remove some UTF-8 characters that snuck into a few strings.

This commit is contained in:
Seth Hall 2018-06-02 04:37:08 -04:00
parent 81d6b4c645
commit 51f20136d5
2 changed files with 11 additions and 11 deletions

View file

@ -65,7 +65,7 @@ export {
[9] = "WINDOWS_CE_GUI",
[10] = "EFI_APPLICATION",
[11] = "EFI_BOOT_SERVICE_DRIVER",
[12] = "EFI_RUNTIME_DRIVER",
[12] = "EFI_RUNTIME_DRIVER",
[13] = "EFI_ROM",
[14] = "XBOX"
} &default=function(i: count):string { return fmt("unknown-%d", i); };