aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-erf.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2008-12-02 08:11:23 +0000
committerJörg Mayer <jmayer@loplof.de>2008-12-02 08:11:23 +0000
commit4149a23cc572bffc4bca1628d3633add6761961d (patch)
tree001e86e9275cdc671189d4dd2fb346da56b4c2cc /epan/dissectors/packet-erf.c
parent7c65de9865e68cc5cc758ed086b8aa54c17eeb5b (diff)
Trivial warning fixes
svn path=/trunk/; revision=26899
Diffstat (limited to 'epan/dissectors/packet-erf.c')
-rw-r--r--epan/dissectors/packet-erf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-erf.c b/epan/dissectors/packet-erf.c
index 4e2c90a54a..d583166761 100644
--- a/epan/dissectors/packet-erf.c
+++ b/epan/dissectors/packet-erf.c
@@ -197,7 +197,7 @@ static gboolean erf_rawcell_first = FALSE;
typedef enum {
ERF_AAL5_GUESS = 0,
- ERF_AAL5_LLC = 1,
+ ERF_AAL5_LLC = 1
} erf_aal5_type_val;
static gint erf_aal5_type = ERF_AAL5_GUESS;
static dissector_handle_t atm_untruncated_handle;