aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2019-07-11 12:23:07 +0200
committerAnders Broman <a.broman58@gmail.com>2019-07-11 11:03:00 +0000
commit496fe3dfbf698aa027596aa5bdf506361ed065fc (patch)
tree7829455e64cf3245b409654847e7a1531c270d15 /epan/proto.h
parent5dd422f06d1e7879abbd9f4631a5e1372b073e05 (diff)
Doxygen: Fix some warnings.
Change-Id: I0344d44d08d2e159c895d693500403c067039a44 Reviewed-on: https://code.wireshark.org/review/33894 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
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 2ba28980d9..76defa811e 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -619,7 +619,7 @@ typedef enum {
#define BASE_EXT_STRING 0x00000200
#define BASE_VAL64_STRING 0x00000400
-#define BASE_ALLOW_ZERO 0x00000800 /**< Display `<none>` instead of '<MISSING>' for zero sized byte array */
+#define BASE_ALLOW_ZERO 0x00000800 /**< Display `<none>` instead of `<MISSING>` for zero sized byte array */
#define BASE_UNIT_STRING 0x00001000 /**< Add unit text to the field value */