aboutsummaryrefslogtreecommitdiff
path: root/print-realtek.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-realtek.c')
-rw-r--r--print-realtek.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print-realtek.c b/print-realtek.c
index 2aae3fe4..3105bf7f 100644
--- a/print-realtek.c
+++ b/print-realtek.c
@@ -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));
}