aboutsummaryrefslogtreecommitdiffstats
path: root/epan/print.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-02-20 14:23:18 +0100
committerAnders Broman <a.broman58@gmail.com>2017-02-20 18:29:44 +0000
commit9f47916d758b1e67bfc3f1334d6cdd0b815f05ba (patch)
treef4794afd09c41573c9324efebac1eda469cf3847 /epan/print.h
parentd84577fe1aeb8e3b06d922258ccb482e5a2201cc (diff)
print(.h): fix commas at the end of enumerator lists are a C++11 extension [-Wc++11-extensions]
Change-Id: Iedffbd72c855340ab77157df954366c8e479c7df Reviewed-on: https://code.wireshark.org/review/20193 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/print.h')
-rw-r--r--epan/print.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/print.h b/epan/print.h
index a5db79a7cb..ef7330bd2b 100644
--- a/epan/print.h
+++ b/epan/print.h
@@ -83,7 +83,7 @@ typedef enum {
FORMAT_CSV, /* CSV */
FORMAT_JSON, /* JSON */
FORMAT_EK, /* JSON bulk insert to Elasticsearch */
- FORMAT_XML, /* PDML output */
+ FORMAT_XML /* PDML output */
} fields_format;
typedef enum {