aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-spice.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-10 21:30:13 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-10 21:30:13 +0000
commit440a1809ccc043ade2b85d6e24d8e45744965faf (patch)
treefce0501c7c70978329154767e50c96799f2a9966 /epan/dissectors/packet-spice.h
parent7b4b912fb7be93c64d9a65a4803bbff143646335 (diff)
- Forward declaration of register functions.
svn path=/trunk/; revision=53918
Diffstat (limited to 'epan/dissectors/packet-spice.h')
-rw-r--r--epan/dissectors/packet-spice.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-spice.h b/epan/dissectors/packet-spice.h
index ed8086411b..6c6e654e66 100644
--- a/epan/dissectors/packet-spice.h
+++ b/epan/dissectors/packet-spice.h
@@ -713,7 +713,7 @@ enum {
SPICE_MSG_WAIT_FOR_CHANNELS,
SPICE_MSG_DISCONNECTING,
SPICE_MSG_NOTIFY,
- SPICE_MSG_LIST,
+ SPICE_MSG_LIST
};
static const value_string spice_msg_vs[] = {
@@ -734,7 +734,7 @@ enum {
SPICE_MSGC_PONG,
SPICE_MSGC_MIGRATE_FLUSH_MARK,
SPICE_MSGC_MIGRATE_DATA,
- SPICE_MSGC_DISCONNECTING,
+ SPICE_MSGC_DISCONNECTING
};
static const value_string spice_msgc_vs[] = {