summaryrefslogtreecommitdiff
path: root/wiretap
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-02-20 14:24:30 +0100
committerAnders Broman <a.broman58@gmail.com>2017-02-20 18:30:10 +0000
commitdfb05b9423e9172b7a687738b82b6b715fd0e47c (patch)
tree5119181f7da3a68b902e5a9d826d1a70443416a9 /wiretap
parent9f47916d758b1e67bfc3f1334d6cdd0b815f05ba (diff)
downloadwireshark-dfb05b9423e9172b7a687738b82b6b715fd0e47c.tar.gz
wtap_opttypes(.h): fix commas at the end of enumerator lists are a C++11 extension [-Wc++11-extensions]
Change-Id: Ie7f67510ea948fb72b57fe08d9f95d135c5855a5 Reviewed-on: https://code.wireshark.org/review/20194 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/wtap_opttypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/wtap_opttypes.h b/wiretap/wtap_opttypes.h
index b508eb35af..2b859da7ef 100644
--- a/wiretap/wtap_opttypes.h
+++ b/wiretap/wtap_opttypes.h
@@ -154,7 +154,7 @@ typedef enum {
WTAP_OPTTYPE_NOT_FOUND = -2,
WTAP_OPTTYPE_TYPE_MISMATCH = -3,
WTAP_OPTTYPE_NUMBER_MISMATCH = -4,
- WTAP_OPTTYPE_ALREADY_EXISTS = -5,
+ WTAP_OPTTYPE_ALREADY_EXISTS = -5
} wtap_opttype_return_val;
struct wtap_opttype_custom