]> The Tcpdump Group git mirrors - tcpdump/blobdiff - in_cksum.c
Do the dump file Capsicum stuff in a common routine.
[tcpdump] / in_cksum.c
index 8c08e590045d42107adee9f792bbdee25614fd88..171728a88ceb14a96e340c1e283d9ecb88c823d3 100644 (file)
@@ -63,7 +63,7 @@ in_cksum(const struct cksum_vec *vec, int veclen)
        int byte_swapped = 0;
 
        union {
-               uint8_t c[2];
+               uint8_t         c[2];
                uint16_t        s;
        } s_util;
        union {