diff options
Diffstat (limited to 'src/pdumper.c')
| -rw-r--r-- | src/pdumper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdumper.c b/src/pdumper.c index 79644c01517..44486015f05 100644 --- a/src/pdumper.c +++ b/src/pdumper.c | |||
| @@ -2154,7 +2154,7 @@ dump_interval_node (struct dump_context *ctx, struct interval_node *node, | |||
| 2154 | DUMP_FIELD_COPY (&out, node, offset); | 2154 | DUMP_FIELD_COPY (&out, node, offset); |
| 2155 | DUMP_FIELD_COPY (&out, node, otick); | 2155 | DUMP_FIELD_COPY (&out, node, otick); |
| 2156 | dump_field_lv (ctx, &out, node, &node->data, WEIGHT_STRONG); | 2156 | dump_field_lv (ctx, &out, node, &node->data, WEIGHT_STRONG); |
| 2157 | DUMP_FIELD_COPY (&out, node, color); | 2157 | DUMP_FIELD_COPY (&out, node, red); |
| 2158 | DUMP_FIELD_COPY (&out, node, visited); | 2158 | DUMP_FIELD_COPY (&out, node, visited); |
| 2159 | DUMP_FIELD_COPY (&out, node, rear_advance); | 2159 | DUMP_FIELD_COPY (&out, node, rear_advance); |
| 2160 | DUMP_FIELD_COPY (&out, node, front_advance); | 2160 | DUMP_FIELD_COPY (&out, node, front_advance); |