- Fix stray `;' in code sample (issue #5).

This commit is contained in:
basil00
2013-05-02 11:09:00 +08:00
parent 7636b0acc2
commit 6ef0028edd
+1 -1
View File
@@ -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);