diff options
Diffstat (limited to 'src/engine/core.h')
-rw-r--r-- | src/engine/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/core.h b/src/engine/core.h index 47cfd559..f23738c3 100644 --- a/src/engine/core.h +++ b/src/engine/core.h | |||
@@ -204,7 +204,7 @@ HRESULT CoreAppendFileHandleSelfToCommandLine( | |||
204 | __deref_inout_z LPWSTR* psczCommandLine, | 204 | __deref_inout_z LPWSTR* psczCommandLine, |
205 | __deref_inout_z_opt LPWSTR* psczObfuscatedCommandLine | 205 | __deref_inout_z_opt LPWSTR* psczObfuscatedCommandLine |
206 | ); | 206 | ); |
207 | HRESULT CoreCleanup( | 207 | void CoreCleanup( |
208 | __in BURN_ENGINE_STATE* pEngineState | 208 | __in BURN_ENGINE_STATE* pEngineState |
209 | ); | 209 | ); |
210 | 210 | ||