From 7ffb682eead1d3237be0755a35e7e7764fd32e03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Sat, 28 Mar 2009 09:28:05 +0000 Subject: [PATCH] Fix typo svn path=/trunk/; revision=40265 --- reactos/boot/freeldr/freeldr/windows/wlregistry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/boot/freeldr/freeldr/windows/wlregistry.c b/reactos/boot/freeldr/freeldr/windows/wlregistry.c index a3d2d542859..73c942649b2 100644 --- a/reactos/boot/freeldr/freeldr/windows/wlregistry.c +++ b/reactos/boot/freeldr/freeldr/windows/wlregistry.c @@ -388,7 +388,7 @@ WinLdrLoadNLSData(IN OUT PLOADER_PARAMETER_BLOCK LoaderBlock, if (!Status) goto Failure; - FsCloseFile(AnsiFileHandle); + FsCloseFile(OemFileHandle); } /* finally the language file */