Skip to content

Commit

Permalink
Fixed indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladislav Zezula committed May 23, 2020
1 parent f3df211 commit 39375e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pelib/PeLibAux.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 },

};

Expand Down

0 comments on commit 39375e3

Please sign in to comment.