mirror of
https://github.com/reactos/reactos.git
synced 2026-07-05 23:44:24 +08:00
Fix typo
svn path=/trunk/; revision=30006
This commit is contained in:
@@ -1724,7 +1724,7 @@ PnpEventThread(LPVOID lpParameter)
|
||||
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
DPRINT("NtPlugPlayEvent() failed (Status %lx)\n", Status);
|
||||
DPRINT("NtGetPlugPlayEvent() failed (Status %lx)\n", Status);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user