Skip to content

Commit

Permalink
Fix an incorrect SAL annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Oct 12, 2023
1 parent 8cd443f commit 72fa04f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packetWin7/npf/npf/Packet.h
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ NPF_DoInternalRequest(
_When_(RequestType == NdisRequestMethod, _Inout_updates_bytes_to_(InformationBufferLength, *pBytesProcessed))
PVOID InformationBuffer,
_In_ ULONG InformationBufferLength,
_In_opt_ ULONG OutputBufferLength,
_In_ ULONG OutputBufferLength,
_In_ ULONG MethodId,
_Out_ PULONG pBytesProcessed
);
Expand Down

0 comments on commit 72fa04f

Please sign in to comment.