- Fix typos

svn path=/trunk/; revision=32477
This commit is contained in:
Dmitry Chapyshev 2008-02-25 12:27:49 +00:00
parent 2dadd4f793
commit 463a09947a

View file

@ -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)))
{