mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
[RAPPS]
- Quit CmdParser() as soon as no valid key supplied svn path=/branches/GSoC_2017/rapps/; revision=75559
This commit is contained in:
parent
96d2f529a5
commit
0a7403c03b
1 changed files with 2 additions and 0 deletions
|
@ -56,6 +56,8 @@ BOOL CmdParser(LPWSTR lpCmdLine)
|
|||
while (SetupFindNextLine(&Context, &Context));
|
||||
SetupCloseInfFile(InfHandle);
|
||||
}
|
||||
else
|
||||
return FALSE;
|
||||
|
||||
CAvailableApps apps;
|
||||
apps.EnumAvailableApplications(ENUM_ALL_AVAILABLE, NULL);
|
||||
|
|
Loading…
Reference in a new issue