Skip to content

Commit

Permalink
fix warning in set_immediate_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemeowx2 committed Sep 15, 2018
1 parent fcc4b1e commit b23e538
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ int set_immediate_mode(pcap_t *p)
#elif defined(_WIN32)
return pcap_setmintocopy(p, 0); // low latency
#endif
return 0;
}
void print_hex(const void *buf, int len)
{
Expand Down

0 comments on commit b23e538

Please sign in to comment.