aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-01-04 18:43:57 +0100
committerPascal Quantin <pascal.quantin@gmail.com>2015-01-04 18:00:02 +0000
commitf648247f343d0f9cc300ea9d6eabe67bccfbe365 (patch)
treed1c24bc4ef0914e392294263353e23b45e94bb40 /epan
parent4a94374f4ecfb2ed6dd7a69ef309106dac952def (diff)
Get rid of warning: comma at end of enumerator list [-Wpedantic]
Change-Id: I8faca065e1afff6d4d29b9b96c1b0f0b135163a7 Reviewed-on: https://code.wireshark.org/review/6306 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'epan')
-rw-r--r--epan/proto.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/proto.h b/epan/proto.h
index 4deb880705..d9cac414ef 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -497,9 +497,9 @@ typedef enum {
STR_UNICODE = 7, /**< shows non-printable UNICODE characters as \\uXXXX (XXX for now non-printable characters display depends on UI) */
/* Byte types */
- BASE_DOT = 8, /**< hexadecimal bytes with a period (.) between each byte */
- BASE_DASH = 9, /**< hexadecimal bytes with a dash (-) between each byte */
- BASE_SEMICOLON = 10, /**< hexadecimal bytes with a dash (:) between each byte */
+ BASE_DOT = 8, /**< hexadecimal bytes with a period (.) between each byte */
+ BASE_DASH = 9, /**< hexadecimal bytes with a dash (-) between each byte */
+ BASE_SEMICOLON = 10 /**< hexadecimal bytes with a dash (:) between each byte */
} field_display_e;
/* Following constants have to be ORed with a field_display_e when dissector