aboutsummaryrefslogtreecommitdiff
path: root/print-bt.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-bt.c')
-rw-r--r--print-bt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print-bt.c b/print-bt.c
index 131bc711..46aa2782 100644
--- a/print-bt.c
+++ b/print-bt.c
@@ -52,7 +52,7 @@ bt_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, const u_char *
{
u_int length = h->len;
u_int caplen = h->caplen;
- const bluetooth_h4_header* hdr = (const bluetooth_h4_header*)p;
+ const bluetooth_h4_header *hdr = (const bluetooth_h4_header *)p;
ndo->ndo_protocol = "bluetooth";
nd_print_protocol(ndo);