Skip to content

Commit

Permalink
Fix SAL annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpn committed Apr 17, 2020
1 parent e4f2bc6 commit 873a24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PerfectHash/RtlOutput.h
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ typedef
VOID
(NTAPI APPEND_UNICODE_STRING_TO_CHAR_BUFFER_FAST)(
_Inout_ PCHAR *BufferPointer,
_In_ PCUNICODE_STRING String
_In_opt_ PCUNICODE_STRING String
);
typedef APPEND_UNICODE_STRING_TO_CHAR_BUFFER_FAST
*PAPPEND_UNICODE_STRING_TO_CHAR_BUFFER_FAST;
Expand Down

0 comments on commit 873a24c

Please sign in to comment.