aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2020-06-10 19:13:44 -0700
committerRob Mensching <rob@firegiant.com>2020-06-10 19:13:44 -0700
commite6819014f41294ea2e465338a821014080e265d1 (patch)
treebcd01639c72fab8b7a267a5022c10789f8013231 /src
parent3aa4f95a7ac23567efbaebdae57007636e7f6058 (diff)
downloadwix-e6819014f41294ea2e465338a821014080e265d1.tar.gz
wix-e6819014f41294ea2e465338a821014080e265d1.tar.bz2
wix-e6819014f41294ea2e465338a821014080e265d1.zip
Fix typo in CloseApps
Diffstat (limited to 'src')
-rw-r--r--src/ca/CloseApps.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ca/CloseApps.cpp b/src/ca/CloseApps.cpp
index 63be353c..d4256c43 100644
--- a/src/ca/CloseApps.cpp
+++ b/src/ca/CloseApps.cpp
@@ -333,7 +333,7 @@ extern "C" UINT __stdcall WixCloseApplications(
333 dwTerminateExitCode = 0; 333 dwTerminateExitCode = 0;
334 hr = S_OK; 334 hr = S_OK;
335 } 335 }
336 ExitOnFailure(hr, "failed to get timeout from Wix4CloseApplication table"); 336 ExitOnFailure(hr, "failed to get terminate exit-code from Wix4CloseApplication table");
337 337
338 hr = WcaGetRecordInteger(hRec, QCA_TIMEOUT, reinterpret_cast<int*>(&dwTimeout)); 338 hr = WcaGetRecordInteger(hRec, QCA_TIMEOUT, reinterpret_cast<int*>(&dwTimeout));
339 if (S_FALSE == hr) 339 if (S_FALSE == hr)