aboutsummaryrefslogtreecommitdiff
path: root/src/ext
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext')
-rw-r--r--src/ext/Util/ca/RemoveFoldersEx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ext/Util/ca/RemoveFoldersEx.cpp b/src/ext/Util/ca/RemoveFoldersEx.cpp
index 9523dda7..f162e929 100644
--- a/src/ext/Util/ca/RemoveFoldersEx.cpp
+++ b/src/ext/Util/ca/RemoveFoldersEx.cpp
@@ -232,7 +232,7 @@ extern "C" UINT WINAPI WixRemoveFoldersEx(
232 { 232 {
233 hr = S_OK; 233 hr = S_OK;
234 } 234 }
235 ExitOnFailure(hr, "Failure occured while processing Wix4RemoveFolderEx table"); 235 ExitOnFailure(hr, "Failure occurred while processing Wix4RemoveFolderEx table");
236 236
237LExit: 237LExit:
238#ifndef _WIN64 238#ifndef _WIN64