Skip to content

Commit

Permalink
Fix typo from #125
Browse files Browse the repository at this point in the history
  • Loading branch information
dmex committed Apr 20, 2017
1 parent bcda65a commit dafbe8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phlib/mapimg.c
Expand Up @@ -658,7 +658,7 @@ NTSTATUS PhGetMappedImageExportEntry(
Entry->Ordinal = (USHORT)Index + (USHORT)Exports->ExportDirectory->Base;

// look into named exports ordinal list.
for (nameIndex = 0; nameIndex < Exports->ExportDirectory->NumberOfNames; nameIndex++)
for (nameIndex = 0; nameIndex < Exports->ExportDirectory->NumberOfNames; nameIndex++)
{
if (Index == Exports->OrdinalTable[nameIndex])
{
Expand Down

0 comments on commit dafbe8e

Please sign in to comment.