mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Fixed a typo.
svn path=/trunk/; revision=4133
This commit is contained in:
parent
51806a9cd8
commit
0430d6bf60
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue