aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-per.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2006-06-08 14:36:45 +0000
committerJörg Mayer <jmayer@loplof.de>2006-06-08 14:36:45 +0000
commit10d81045a12a079f198c9ff64deb3b9aaf1e9179 (patch)
tree83b593194fa4f9e13cf649f36ada5fa778f900b3 /epan/dissectors/packet-per.h
parent548d9ec98e06b512dce43724f2c697326fb7d156 (diff)
warning fix: no , at end of enum
svn path=/trunk/; revision=18398
Diffstat (limited to 'epan/dissectors/packet-per.h')
-rw-r--r--epan/dissectors/packet-per.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-per.h b/epan/dissectors/packet-per.h
index d4456cfa3d..b4cb4fb250 100644
--- a/epan/dissectors/packet-per.h
+++ b/epan/dissectors/packet-per.h
@@ -32,7 +32,7 @@ typedef enum {
ASN_ENC_BER, /* X.690 - BER, CER, DER */
ASN_ENC_PER, /* X.691 - PER */
ASN_ENC_ECN, /* X.692 - ECN */
- ASN_ENC_XER, /* X.693 - XER */
+ ASN_ENC_XER /* X.693 - XER */
} asn_enc_e;
typedef struct _asn_ctx_t {