aboutsummaryrefslogtreecommitdiffstats
path: root/epan/frame_data_sequence.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/frame_data_sequence.c')
-rw-r--r--epan/frame_data_sequence.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/frame_data_sequence.c b/epan/frame_data_sequence.c
index 01af1f645f..11472dc6dc 100644
--- a/epan/frame_data_sequence.c
+++ b/epan/frame_data_sequence.c
@@ -320,7 +320,7 @@ find_and_mark_frame_depended_upon(gpointer data, gpointer user_data)
if (dependent_frame && frames) {
dependent_fd = frame_data_sequence_find(frames, dependent_frame);
- dependent_fd->flags.dependent_of_displayed = 1;
+ dependent_fd->dependent_of_displayed = 1;
}
}