mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[FREELDR] fix copypasta
CORE-11161 svn path=/trunk/; revision=71259
This commit is contained in:
parent
03b9615a02
commit
035804c150
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ RegInitCurrentControlSet(
|
|||
&DataSize);
|
||||
if (Error != ERROR_SUCCESS)
|
||||
{
|
||||
ERR("RegQueryValue('Default') failed (Error %u)\n", (int)Error);
|
||||
ERR("RegQueryValue('LastKnownGood') failed (Error %u)\n", (int)Error);
|
||||
return Error;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue