Skip to content

Commit deb3c28

Browse files
committed
Fix SAL annotation
1 parent f9c7c9d commit deb3c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ProcessHacker/appsup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ NTSTATUS PhGetProcessKnownType(
331331
}
332332

333333
PH_KNOWN_PROCESS_TYPE PhGetProcessKnownTypeEx(
334-
_In_ HANDLE ProcessId,
334+
_In_opt_ HANDLE ProcessId,
335335
_In_ PPH_STRING FileName
336336
)
337337
{

0 commit comments

Comments
 (0)