aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
Diffstat (limited to 'epan')
-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 {