diff options
author | Guy Harris <guy@alum.mit.edu> | 2019-09-28 11:56:17 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2019-10-02 13:45:47 -0700 |
commit | 596c52dba14aa849a8e0ae7c443ce1fc1ece7a9c (patch) | |
tree | ff8dd61a350e251087d7891dd7161a9ee62f65cd /sf-pcapng.c | |
parent | 8bed61def0750b5d7cc4532e5d35206674865d6c (diff) |
Get rid of extra blank lines.
Diffstat (limited to 'sf-pcapng.c')
-rw-r--r-- | sf-pcapng.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sf-pcapng.c b/sf-pcapng.c index 78f19a4d..4ab415ed 100644 --- a/sf-pcapng.c +++ b/sf-pcapng.c @@ -868,8 +868,6 @@ pcap_ng_check_header(const uint8_t *magic, FILE *fp, u_int precision, return (NULL); } - - /* * OK, this is a good pcapng file. * Allocate a pcap_t for it. |