- Fix stray `;' in code sample (issue #5).
This commit is contained in:
+1
-1
@@ -1231,7 +1231,7 @@ capture-modify-reinject loop:
|
||||
UINT packetLen;
|
||||
|
||||
handle = DivertOpen("...", 0, 0, 0); // Open some filter
|
||||
if (handle == INVALID_HANDLE_VALUE);
|
||||
if (handle == INVALID_HANDLE_VALUE)
|
||||
{
|
||||
// Handle error
|
||||
exit(1);
|
||||
|
||||
Reference in New Issue
Block a user