summaryrefslogtreecommitdiff
path: root/src/print_fields.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/print_fields.h')
-rw-r--r--src/print_fields.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print_fields.h b/src/print_fields.h
index b8cc84858..60ecf56af 100644
--- a/src/print_fields.h
+++ b/src/print_fields.h
@@ -771,7 +771,7 @@ tprint_sysret_end(void)
} while (0)
-#define MAYBE_PRINT_FIELD_LEN(print_prefix_, where_, field_, \
+# define MAYBE_PRINT_FIELD_LEN(print_prefix_, where_, field_, \
len_, print_func_, ...) \
do { \
unsigned int start = offsetof(typeof(where_), field_); \