diff options
Diffstat (limited to 'src/engine/core.cpp')
-rw-r--r-- | src/engine/core.cpp | 2 |
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 | ); |
38 | static HRESULT ParsePipeConnection( | 38 | static 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 | ); |
42 | static HRESULT DetectPackage( | 42 | static HRESULT DetectPackage( |