Skip to content

Commit be20a14

Browse files
committed
[PSDK]
KsStreamPointerUnlock returns VOID, not NTSTATUS. svn path=/trunk/; revision=72619
1 parent 325efbd commit be20a14

File tree

1 file changed

+1
-1
lines changed
  • reactos/sdk/include/psdk

1 file changed

+1
-1
lines changed

reactos/sdk/include/psdk/ks.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4190,7 +4190,7 @@ KsStreamIo(
41904190

41914191
_IRQL_requires_max_(DISPATCH_LEVEL)
41924192
KSDDKAPI
4193-
NTSTATUS
4193+
VOID
41944194
NTAPI
41954195
KsStreamPointerUnlock(
41964196
_In_ PKSSTREAM_POINTER StreamPointer,

0 commit comments

Comments
 (0)