aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/proto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/proto.c b/epan/proto.c
index 8bf3714a71..f3dd81d922 100644
--- a/epan/proto.c
+++ b/epan/proto.c
@@ -5099,7 +5099,7 @@ tmp_fld_check_assert(header_field_info *hfinfo)
const value_string *start_values;
const value_string *current;
- if (hfinfo->display & BASE_EXT_STRING)
+ if (hfinfo->display & BASE_EXT_STRING)
start_values = VALUE_STRING_EXT_VS_P(((const value_string_ext*)hfinfo->strings));
else
start_values = (const value_string*)hfinfo->strings;