Fixed a typo.

svn path=/trunk/; revision=4133
This commit is contained in:
Eric Kohl 2003-02-10 21:17:37 +00:00
parent 51806a9cd8
commit 0430d6bf60

View file

@ -106,7 +106,7 @@ void DeleteKeyTest(void)
dprintf("NtDeleteKey: ");
Status = NtDeleteKey(hKey);
dprintf("Status = l%x\n",Status);
dprintf("Status = %lx\n",Status);
NtClose(hKey);
}