summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-bctp.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2007-03-09 13:14:09 +0000
committerJörg Mayer <jmayer@loplof.de>2007-03-09 13:14:09 +0000
commitfb820f0a07833637cf8bc50c43069af44e4f72df (patch)
tree79ff79525a9df4f1ffbec0be7b74ec11f519b1ba /epan/dissectors/packet-bctp.c
parent147d66441ea9830df3545ef86b2296367aa71ed6 (diff)
downloadwireshark-fb820f0a07833637cf8bc50c43069af44e4f72df.tar.gz
GCC warning fixes
epan/dissectors/ packet-bctp.c: no newline at end of file packet-epl.c: C++ style comments are not allowed in ISO C90 packet-sccp.c: missing initializer packet-sccp.h: comma at end of enumerator list packet-sctp.c: suggest parentheses around assignment used as truth value packet-vnc.c: control reaches end of non-void function pointer targets in passing argument 1 of 'g_strtod' differ in signedness pointer targets in passing argument 3 of 'vnc_client_to_server' differ in signedness gtk/ main.c: C++ style comments are not allowed in ISO C90 u3.h: function declaration isn't a prototype Other (trivial) stuff packet-sccp.h: Add svn properties svn path=/trunk/; revision=21011
Diffstat (limited to 'epan/dissectors/packet-bctp.c')
-rw-r--r--epan/dissectors/packet-bctp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bctp.c b/epan/dissectors/packet-bctp.c
index 250fb70d9f..8f582720e6 100644
--- a/epan/dissectors/packet-bctp.c
+++ b/epan/dissectors/packet-bctp.c
@@ -117,4 +117,5 @@ proto_reg_handoff_bctp(void)
{
data_handle = find_dissector("data");
text_handle = find_dissector("data-text-lines");
-} \ No newline at end of file
+}
+