summaryrefslogtreecommitdiff
path: root/packet-gsm_a.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2003-12-21 04:31:58 +0000
committerJörg Mayer <jmayer@loplof.de>2003-12-21 04:31:58 +0000
commit3f020f582ecb5c6e6994a6ad896f41043f100536 (patch)
treeca7ac06e027a07c1eec24d79d0f34c6d9faa623d /packet-gsm_a.c
parent951b5352476bc57ca122fac571e2f489e3f1ada5 (diff)
downloadwireshark-3f020f582ecb5c6e6994a6ad896f41043f100536.tar.gz
Compiling with -pedantic:
warning: comma at end of enumerator list svn path=/trunk/; revision=9383
Diffstat (limited to 'packet-gsm_a.c')
-rw-r--r--packet-gsm_a.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-gsm_a.c b/packet-gsm_a.c
index 342ea852d9..2480269d0a 100644
--- a/packet-gsm_a.c
+++ b/packet-gsm_a.c
@@ -38,7 +38,7 @@
* Formats and coding
* (3GPP TS 24.080 version 4.3.0 Release 4)
*
- * $Id: packet-gsm_a.c,v 1.9 2003/12/17 23:35:28 ulfl Exp $
+ * $Id: packet-gsm_a.c,v 1.10 2003/12/21 04:31:56 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1022,7 +1022,7 @@ typedef enum
BE_RET_ERR_REQ, /* Return Error Request */
BE_RET_ERR_CAUSE, /* Return Error Cause */
BE_SEG, /* Segmentation */
- BE_NONE, /* NONE */
+ BE_NONE /* NONE */
}
bssmap_elem_idx_t;
@@ -2736,7 +2736,7 @@ typedef enum
DE_RAD_PRIO, /* Radio Priority */
DE_GPRS_TIMER, /* GPRS Timer */
DE_GPRS_TIMER_2, /* GPRS Timer 2 */
- DE_NONE, /* NONE */
+ DE_NONE /* NONE */
}
dtap_elem_idx_t;