diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ext/Util/ca/TouchFile.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ext/Util/ca/TouchFile.cpp b/src/ext/Util/ca/TouchFile.cpp index e704f922..3634f2c2 100644 --- a/src/ext/Util/ca/TouchFile.cpp +++ b/src/ext/Util/ca/TouchFile.cpp | |||
| @@ -15,7 +15,7 @@ enum TOUCH_FILE_ATTRIBUTE | |||
| 15 | }; | 15 | }; |
| 16 | 16 | ||
| 17 | 17 | ||
| 18 | static BOOL SetExistingFileModifiedTime( | 18 | static HRESULT SetExistingFileModifiedTime( |
| 19 | __in_z LPCWSTR wzId, | 19 | __in_z LPCWSTR wzId, |
| 20 | __in_z LPCWSTR wzPath, | 20 | __in_z LPCWSTR wzPath, |
| 21 | __in BOOL f64Bit, | 21 | __in BOOL f64Bit, |
| @@ -41,7 +41,7 @@ LExit: | |||
| 41 | WcaRevertWow64FSRedirection(); | 41 | WcaRevertWow64FSRedirection(); |
| 42 | } | 42 | } |
| 43 | 43 | ||
| 44 | return SUCCEEDED(hr); | 44 | return hr; |
| 45 | } | 45 | } |
| 46 | 46 | ||
| 47 | 47 | ||
