aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gmr1_common.h
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2013-07-15 21:37:55 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2013-07-15 21:37:55 +0000
commite37533ced74240d119227eeb51cc4c8bde177ba4 (patch)
treeb9715e634bf0e5c06e9d097edb075e7e561c841a /epan/dissectors/packet-gmr1_common.h
parent1c19a0d61e659c32fe216161e4ac9094deadd11a (diff)
Fix warnings: comma at end of enumerator list.
svn path=/trunk/; revision=50640
Diffstat (limited to 'epan/dissectors/packet-gmr1_common.h')
-rw-r--r--epan/dissectors/packet-gmr1_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gmr1_common.h b/epan/dissectors/packet-gmr1_common.h
index 979bfd66f5..17dda1b04d 100644
--- a/epan/dissectors/packet-gmr1_common.h
+++ b/epan/dissectors/packet-gmr1_common.h
@@ -45,7 +45,7 @@ typedef enum {
GMR1_PD_RR = 0x06,
GMR1_PD_GMM = 0x08,
GMR1_PD_SM = 0x0a,
- GMR1_PD_DTRS = 0x1e,
+ GMR1_PD_DTRS = 0x1e
} gmr1_pd_e;
#define GMR1_PD_EXT_MSK 0x0f