From 7fb9e9beb0ce8148747a34ea7ceaa1391c2fa776 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 9 Apr 2014 15:58:59 -0700 Subject: Fix white space. Change-Id: Ia36d439d1210f93be25a31d2a7288474688e0d9c Reviewed-on: https://code.wireshark.org/review/1046 Reviewed-by: Guy Harris --- epan/proto.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan') 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; -- cgit v1.2.3