aboutsummaryrefslogtreecommitdiff
path: root/pcap-tc.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-09-14 12:54:44 -0700
committerGuy Harris <guy@alum.mit.edu>2015-09-14 12:54:44 -0700
commit63322d57c5c8d551c5de3fc4b35bcdfb68e32a44 (patch)
tree330f82692beac6d2ca38415f18ccbe1f695810ad /pcap-tc.c
parentaa0e2f9bdecdc7705ae7dd50710096bfa0ace30b (diff)
Add missing parenthesis.
Diffstat (limited to 'pcap-tc.c')
-rw-r--r--pcap-tc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap-tc.c b/pcap-tc.c
index 58f66cf7..a4b32bb0 100644
--- a/pcap-tc.c
+++ b/pcap-tc.c
@@ -1228,7 +1228,7 @@ TcGetReceiveWaitHandle(pcap_t *p)
}
static int
-TcOidGetRequest(pcap_t *p, bpf_u_int32 oid _U_, void *data _U_, size_t len _U_
+TcOidGetRequest(pcap_t *p, bpf_u_int32 oid _U_, void *data _U_, size_t len _U_)
{
snprintf(p->errbuf, PCAP_ERRBUF_SIZE,
"An OID get request cannot be performed on a TurboCap device");