print_fields.h: whitespace fix in PRINT_FIELD_HEX_ARRAY
This commit is contained in:
parent
995ae92b50
commit
988cace650
@ -112,7 +112,7 @@
|
||||
do { \
|
||||
STRACE_PRINTF("%s%s=", (prefix_), #field_); \
|
||||
print_quoted_string((const char *)(where_).field_, \
|
||||
sizeof((where_).field_) + \
|
||||
sizeof((where_).field_) + \
|
||||
MUST_BE_ARRAY((where_).field_), \
|
||||
QUOTE_FORCE_HEX); \
|
||||
} while (0)
|
||||
|
Loading…
Reference in New Issue
Block a user