diff options
Diffstat (limited to 'updater/services.cpp')
-rw-r--r-- | updater/services.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/services.cpp b/updater/services.cpp index 62e88b9..6ce12d6 100644 --- a/updater/services.cpp +++ b/updater/services.cpp @@ -309,7 +309,7 @@ void CheckForUpdatesWorker(void *param) { }
bool dll_enabled_or_langpack = DownloadUpdates(todo, &fn_map, confirm ? false : options.auto_dll_only);
- if(todo.getCount() && !no_install) {
+ if (todo.getCount() && !no_install) {
if(!conf_all || DialogBox(hInst, MAKEINTRESOURCE(IDD_CONFIRMCOMPONENTS), GetDesktopWindow(), DlgProcConfirmComponents) == IDOK) {
if(!dll_enabled_or_langpack && restart) {
// we're not doing an 'update and shutdown', and we're not updating any active dlls...so just install
|