From 5e33afbf50f7690a39415e0e4696ddbbbc64caff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Tue, 22 May 2007 16:14:28 +0000 Subject: Don't generate enums that end in a comma svn path=/trunk/; revision=21888 --- epan/dissectors/packet-rnsap.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'epan/dissectors') diff --git a/epan/dissectors/packet-rnsap.c b/epan/dissectors/packet-rnsap.c index ac49372d88..4e108a2236 100644 --- a/epan/dissectors/packet-rnsap.c +++ b/epan/dissectors/packet-rnsap.c @@ -1,6 +1,6 @@ /* Do not modify this file. */ /* It is created automatically by the ASN.1 to Wireshark dissector compiler */ -/* .\packet-rnsap.c */ +/* ./packet-rnsap.c */ /* ../../tools/asn2wrs.py -p rnsap -c rnsap.cnf -s packet-rnsap-template RNSAP-CommonDataTypes.asn RNSAP-Constants.asn RNSAP-Containers.asn RNSAP-IEs.asn RNSAP-PDU-Contents.asn RNSAP-PDU-Descriptions.asn */ /* Input file: packet-rnsap-template.c */ @@ -211,7 +211,7 @@ typedef enum _DdMode_enum { tdd = 0, fdd = 1, - common = 2, + common = 2 } DdMode_enum; typedef enum _ProtocolIE_ID_enum { @@ -744,7 +744,7 @@ typedef enum _ProtocolIE_ID_enum { id_HS_PDSCH_Code_Change_Grant = 680, id_HS_PDSCH_Code_Change_Indicator = 681, id_SixtyfourQAM_DL_SupportIndicator = 684, - id_eDCH_MACdFlow_Retransmission_Timer_LCR = 694, + id_eDCH_MACdFlow_Retransmission_Timer_LCR = 694 } ProtocolIE_ID_enum; /*--- End of included file: packet-rnsap-val.h ---*/ -- cgit v1.2.3