Skip to content

Commit

Permalink
Remove OUT meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kirbyUK committed Jul 29, 2023
1 parent 4456a7c commit 7524876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion C/STrace/EtwLogger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ NTSTATUS EtwTrace(

// Register the kernel-mode ETW provider.
REGHANDLE regHandle = 0;
NTSTATUS status = EtwRegister(providerGuid, NULL, NULL, OUT & regHandle);
NTSTATUS status = EtwRegister(providerGuid, NULL, NULL, &regHandle);
if (status != STATUS_SUCCESS)
{
return status;
Expand Down

0 comments on commit 7524876

Please sign in to comment.