mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:25:52 +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);
|
&DataSize);
|
||||||
if (Error != ERROR_SUCCESS)
|
if (Error != ERROR_SUCCESS)
|
||||||
{
|
{
|
||||||
ERR("RegQueryValue('Default') failed (Error %u)\n", (int)Error);
|
ERR("RegQueryValue('LastKnownGood') failed (Error %u)\n", (int)Error);
|
||||||
return Error;
|
return Error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue