Skip to content

Commit f63d84c

Browse files
committed
Fix typo from commit bb89acb
1 parent f5f8e16 commit f63d84c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ProcessHacker/mdump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ NTSTATUS PhpProcessMiniDumpThreadStart(
267267
L"A 64-bit dump will be created instead. Do you want to continue?"
268268
) == IDNO)
269269
{
270-
PhDeleteFile(context->FileHandle, TRUE);
270+
PhDeleteFile(context->FileHandle);
271271
goto Completed;
272272
}
273273
}

0 commit comments

Comments
 (0)