mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Fixed a typo.
svn path=/trunk/; revision=4133
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user