mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
- Fix typo
svn path=/trunk/; revision=39844
This commit is contained in:
parent
bd718d68df
commit
6b888f2d5b
1 changed files with 1 additions and 1 deletions
|
@ -1426,7 +1426,7 @@ QSI_DEF(SystemTimeAdjustmentInformation)
|
|||
/* Check if enough storage was provided */
|
||||
if (sizeof(SYSTEM_QUERY_TIME_ADJUST_INFORMATION) > Size)
|
||||
{
|
||||
* ReqSize = sizeof(SYSTEM_SET_TIME_ADJUST_INFORMATION);
|
||||
* ReqSize = sizeof(SYSTEM_QUERY_TIME_ADJUST_INFORMATION);
|
||||
return STATUS_INFO_LENGTH_MISMATCH;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue