diff --git a/src/pelib/PeLibAux.cpp b/src/pelib/PeLibAux.cpp index b64ff1a7f..350fade95 100644 --- a/src/pelib/PeLibAux.cpp +++ b/src/pelib/PeLibAux.cpp @@ -92,7 +92,7 @@ namespace PeLib {"LDR_ERROR_RELOC_ENTRY_BAD_TYPE", "A relocation entry has invalid type", true }, // Other errors - {"LDR_ERROR_INMEMORY_IMAGE", "The file is an in-memory image", false }, + {"LDR_ERROR_INMEMORY_IMAGE", "The file is an in-memory image", false }, };