diff options
Diffstat (limited to 'pcap-usb-linux-common.c')
-rw-r--r-- | pcap-usb-linux-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap-usb-linux-common.c b/pcap-usb-linux-common.c index 427b5c52..ea32f19b 100644 --- a/pcap-usb-linux-common.c +++ b/pcap-usb-linux-common.c @@ -114,7 +114,7 @@ fix_linux_usb_mmapped_length(struct pcap_pkthdr *pkth, const u_char *bp) /* * Now calculate the total length based on that data * length. - * + * * First, make sure the total length of the ISO * descriptors fits in an unsigned int. We know * that sizeof (usb_isodesc) is a small power-of-2 |