[NTOSKRNL]

This is C, use VOID
Spotted by Thomas Faber

svn path=/trunk/; revision=58910
This commit is contained in:
Pierre Schweitzer 2013-05-02 08:04:12 +00:00
parent 96970e7413
commit d955789246
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@
PERESOURCE FsRtlPagingIoResources;
ULONG FsRtlPagingIoResourceSelector;
NTSTATUS NTAPI INIT_FUNCTION FsRtlInitializeWorkerThread();
NTSTATUS NTAPI INIT_FUNCTION FsRtlInitializeWorkerThread(VOID);
static UCHAR LegalAnsiCharacterArray[] =
{

View file

@ -147,7 +147,7 @@ FsRtlWorkerThread(IN PVOID StartContext)
NTSTATUS
NTAPI
INIT_FUNCTION
FsRtlInitializeWorkerThread()
FsRtlInitializeWorkerThread(VOID)
{
ULONG i;
NTSTATUS Status;