mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Fix typos
svn path=/trunk/; revision=32477
This commit is contained in:
@@ -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)))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user