aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2014-01-06 15:30:01 +0000
committerAnders Broman <anders.broman@ericsson.com>2014-01-06 15:30:01 +0000
commitef399fb652c0be3b2bd85b7bdab73cd2286ec74f (patch)
treecece8daf1e39b2b3b29536ace1f9be7558bb27ca /epan/proto.h
parentf6bf6285ef5405c82e71fb05a3a3a81f53c65107 (diff)
Try to fix warning: initializer element is not computable at load time.
svn path=/trunk/; revision=54616
Diffstat (limited to 'epan/proto.h')
-rw-r--r--epan/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/proto.h b/epan/proto.h
index 8128cf109c..4b4053284f 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -374,7 +374,7 @@ struct _header_field_info {
const char *name; /**< [FIELDNAME] full name of this field */
const char *abbrev; /**< [FIELDABBREV] abbreviated name of this field */
enum ftenum type; /**< [FIELDTYPE] field type, one of FT_ (from ftypes.h) */
- int display; /**< [FIELDDISPLAY] one of BASE_, or field bit-width if FT_BOOLEAN and non-zero bitmask */
+ int display; /**< [FIELDDISPLAY] one of BASE_, or field bit-width if FT_BOOLEAN and non-zero bitmask */
const void *strings; /**< [FIELDCONVERT] value_string, range_string or true_false_string,
typically converted by VALS(), RVALS() or TFS().
If this is an FT_PROTOCOL then it points to the