aboutsummaryrefslogtreecommitdiff
path: root/src/engine/core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/core.cpp')
-rw-r--r--src/engine/core.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/core.cpp b/src/engine/core.cpp
index 028dc1cc..d157d3b3 100644
--- a/src/engine/core.cpp
+++ b/src/engine/core.cpp
@@ -36,7 +36,7 @@ static HRESULT ParseCommandLine(
36 __out_z LPWSTR* psczSanitizedCommandLine 36 __out_z LPWSTR* psczSanitizedCommandLine
37 ); 37 );
38static HRESULT ParsePipeConnection( 38static HRESULT ParsePipeConnection(
39 __in LPWSTR* rgArgs, 39 __in_ecount(3) LPWSTR* rgArgs,
40 __in BURN_PIPE_CONNECTION* pConnection 40 __in BURN_PIPE_CONNECTION* pConnection
41 ); 41 );
42static HRESULT DetectPackage( 42static HRESULT DetectPackage(