aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtmpt.c
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2013-07-15 20:42:57 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2013-07-15 20:42:57 +0000
commitf5f20fa8e366be6a24944f48f2cbcdbccee0b6e3 (patch)
treed09baa9d6c61e9e181f88b333d74686a20977c5b /epan/dissectors/packet-rtmpt.c
parent49051b18d17d14ed8aa3dc3f9febb657d169a5d0 (diff)
Fix warning: ISO C does not allow extra ';' outside of a function.
svn path=/trunk/; revision=50638
Diffstat (limited to 'epan/dissectors/packet-rtmpt.c')
-rw-r--r--epan/dissectors/packet-rtmpt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-rtmpt.c b/epan/dissectors/packet-rtmpt.c
index db1a91368a..fbe6a54340 100644
--- a/epan/dissectors/packet-rtmpt.c
+++ b/epan/dissectors/packet-rtmpt.c
@@ -60,7 +60,7 @@
* http://amf3cplusplus.googlecode.com/svn-history/r4/trunk/doc/amf3_spec_05_05_08.pdf
*
* for AMF3.
-*
+*
* Default TCP port is 1935
*/
@@ -2887,7 +2887,7 @@ proto_register_amf(void)
proto_amf = proto_register_protocol("Action Message Format", "AMF", "amf");
proto_register_field_array(proto_amf, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
-};
+}
/*
* Editor modelines - http://www.wireshark.org/tools/modelines.html