]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-tcp.c
Clean up whitespaces
[tcpdump] / print-tcp.c
index ef7bcf6c4dbf5dccb587a08100f24ecac0c540fd..1b8fb4c4873daafde7d5a55c68cde47049afa26f 100644 (file)
@@ -820,7 +820,7 @@ static void
 print_tcp_rst_data(netdissect_options *ndo,
                    const u_char *sp, u_int length)
 {
-        int c;
+        u_char c;
 
         ND_PRINT(ND_TTEST_LEN(sp, length) ? " [RST" : " [!RST");
         if (length > MAX_RST_DATA_LEN) {