aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-11-22 12:51:14 +0000
committerJörg Mayer <jmayer@loplof.de>2005-11-22 12:51:14 +0000
commiteff40f65db4fccf6d502b8e01d5cdebfdb1f4318 (patch)
treea4bb31887c9cf77a5a40aa4b350530824d00d111 /epan/dissectors/packet-h248.h
parent5d58e1932331dbeef27c2ef79acbf46fbc28fc9f (diff)
Trivial warning fixes
svn path=/trunk/; revision=16561
Diffstat (limited to 'epan/dissectors/packet-h248.h')
-rw-r--r--epan/dissectors/packet-h248.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-h248.h b/epan/dissectors/packet-h248.h
index 89249df0cd..32dd26a15e 100644
--- a/epan/dissectors/packet-h248.h
+++ b/epan/dissectors/packet-h248.h
@@ -44,7 +44,7 @@ typedef enum {
H248_CMD_AUDITCAP,
H248_CMD_AUDITVAL,
H248_CMD_NOTIFY,
- H248_CMD_SVCCHG,
+ H248_CMD_SVCCHG
} h248_cmd_type_t;
typedef enum {
@@ -52,7 +52,7 @@ typedef enum {
H248_TRX_REQUEST,
H248_TRX_PENDING,
H248_TRX_REPLY,
- H248_TRX_ACK,
+ H248_TRX_ACK
} h248_msg_type_t;
/* per command info */