]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-realtek.c
Fix spaces before tabs in indentation
[tcpdump] / print-realtek.c
index 2aae3fe46c5ce169563c29aa73783be7f6ecf60f..3105bf7f86afaf23dcb408c17f101739b4b69a67 100644 (file)
@@ -117,7 +117,7 @@ rrcp_print(netdissect_options *ndo,
                tok2str(opcode_values,"unknown opcode (0x%02x)",rrcp_opcode));
        if (rrcp_opcode==RRCP_OPCODE_GET_CONFIGURATION ||
            rrcp_opcode==RRCP_OPCODE_SET_CONFIGURATION){
-           ND_PRINT(" addr=0x%04x, data=0x%08x",
+           ND_PRINT(" addr=0x%04x, data=0x%08x",
                     GET_LE_U_2(cp + RRCP_REG_ADDR_OFFSET),
                     GET_LE_U_4(cp + RRCP_REG_DATA_OFFSET));
        }