mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:36:11 +00:00
[SYSSETUP] Fix error message in ApplyRegistryValues()
CID 1441398
This commit is contained in:
parent
4b4c0aabcd
commit
402c983094
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ ApplyRegistryValues(
|
|||
1,
|
||||
(PINT)&dwType))
|
||||
{
|
||||
DPRINT1("Failed to create the key %S (Error %lu)\n", szKeyName, dwError);
|
||||
DPRINT1("Failed to get key type (Error %lu)\n", GetLastError());
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue