mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:05:41 +00:00
- Fix typos
svn path=/trunk/; revision=32477
This commit is contained in:
parent
2dadd4f793
commit
463a09947a
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ GetSupportedCP(VOID)
|
||||||
}
|
}
|
||||||
|
|
||||||
TCHAR Section[MAX_PATH];
|
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()) ||
|
if ((uiCPage == GetACP()) || (uiCPage == GetOEMCP()) ||
|
||||||
(!SetupFindFirstLine(hIntlInf, Section, _T("AddReg"), &infCont)))
|
(!SetupFindFirstLine(hIntlInf, Section, _T("AddReg"), &infCont)))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue