mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 04:02:03 +00:00
- fixes damaged format of comment
svn path=/trunk/; revision=45026
This commit is contained in:
parent
5682230cf2
commit
1ab6f5ad16
1 changed files with 1 additions and 1 deletions
|
@ -1092,7 +1092,7 @@ void LoadSetupData()
|
|||
// get keyboard list
|
||||
SetupData.KeybCount = LoadGenentry(hTxtsetupSif, _T("Keyboard"),&SetupData.pKeyboards,&InfContext);
|
||||
|
||||
// get install directory
|
||||
// get install directory
|
||||
if (SetupFindFirstLine(hTxtsetupSif, _T("SetupData"), _T("DefaultPath"), &InfContext))
|
||||
{
|
||||
SetupGetStringField(&InfContext,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue