Skip to content
Snippets Groups Projects
Commit 5064fd5c authored by Michael Tüxen's avatar Michael Tüxen
Browse files

Whitespace change.

parent 032a5c4d
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,6 @@ extern void die_pcap_perror(pcap_t *pcap, char *message)
static void packet_socket_setup(struct packet_socket *psock)
{
DEBUGP("calling pcap_create() with %s\n", psock->name);
psock->pcap_in = pcap_create(psock->name, psock->pcap_error);
if (psock->pcap_in == NULL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment