aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-04-09 15:58:59 -0700
committerGuy Harris <guy@alum.mit.edu>2014-04-09 22:59:35 +0000
commit7fb9e9beb0ce8148747a34ea7ceaa1391c2fa776 (patch)
tree23fe1330914949b5033109fdfb1d4c25b54e5192 /epan
parentb3350ed946ee5cdc83fbab017b986df0bc380e9b (diff)
Fix white space.
Change-Id: Ia36d439d1210f93be25a31d2a7288474688e0d9c Reviewed-on: https://code.wireshark.org/review/1046 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan')
-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;