mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Fix typo
svn path=/trunk/; revision=40265
This commit is contained in:
parent
6e410f30f1
commit
7ffb682eea
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ WinLdrLoadNLSData(IN OUT PLOADER_PARAMETER_BLOCK LoaderBlock,
|
|||
if (!Status)
|
||||
goto Failure;
|
||||
|
||||
FsCloseFile(AnsiFileHandle);
|
||||
FsCloseFile(OemFileHandle);
|
||||
}
|
||||
|
||||
/* finally the language file */
|
||||
|
|
Loading…
Reference in a new issue