From 463a09947a13f7cccccc44cfd7e85cecab90f4bd Mon Sep 17 00:00:00 2001 From: Dmitry Chapyshev Date: Mon, 25 Feb 2008 12:27:49 +0000 Subject: [PATCH] - Fix typos svn path=/trunk/; revision=32477 --- reactos/dll/cpl/intl/advanced.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/cpl/intl/advanced.c b/reactos/dll/cpl/intl/advanced.c index 135d3f7d500..8ecd9947481 100644 --- a/reactos/dll/cpl/intl/advanced.c +++ b/reactos/dll/cpl/intl/advanced.c @@ -58,7 +58,7 @@ GetSupportedCP(VOID) } TCHAR Section[MAX_PATH]; - _stprintf(Section, TEXT("%s%d"), _T("CODEPAGE_REMOVE_"), uiCPage); + _stprintf(Section, _T("%s%d"), _T("CODEPAGE_REMOVE_"), uiCPage); if ((uiCPage == GetACP()) || (uiCPage == GetOEMCP()) || (!SetupFindFirstLine(hIntlInf, Section, _T("AddReg"), &infCont))) {