aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ceph.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-10-04 17:05:38 +0200
committerAnders Broman <a.broman58@gmail.com>2014-10-04 16:15:33 +0000
commitbedad69641140453fae8912ab571e40bbc69895f (patch)
tree4758485d031fd32d228c9657a63d64ed536f398c /epan/dissectors/packet-ceph.c
parentab6f9549f0cd53ee905e5492d3826641c4884350 (diff)
CEPH: Fix comma at end of enumerator list [-Wpedantic]
Change-Id: I0c04a3d217e75986878b276a1ac82b427de38384 Reviewed-on: https://code.wireshark.org/review/4454 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-ceph.c')
-rw-r--r--epan/dissectors/packet-ceph.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ceph.c b/epan/dissectors/packet-ceph.c
index 83a8b90f70..8c33e641fa 100644
--- a/epan/dissectors/packet-ceph.c
+++ b/epan/dissectors/packet-ceph.c
@@ -905,7 +905,7 @@ typedef enum _c_flags {
typedef enum _c_pgpool_flags {
C_PGPOOL_FLAG_HASHPSPOOL = 1 << 0, /* hash pg seed and pool together (instead of adding) */
C_PGPOOL_FLAG_FULL = 1 << 1, /* pool is full */
- C_PGPOOL_FLAG_FAKE_EC_POOL = 1 << 2, /* require ReplicatedPG to act like an EC pg */
+ C_PGPOOL_FLAG_FAKE_EC_POOL = 1 << 2 /* require ReplicatedPG to act like an EC pg */
} c_pgpool_flags;
/** Macros to create value_stings.