aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/sctp_stat_dlg.c
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2005-07-28 07:51:52 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2005-07-28 07:51:52 +0000
commit6c1e9b91ca23ab27012470a7e8d8a96cf6e0d748 (patch)
tree8f0ecf6bcc47e6b0a0b56e7ada956ed1bb72c3aa /gtk/sctp_stat_dlg.c
parent46f65ac40add9c9a22b5df62c97cb8c763680972 (diff)
Warning fixes
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15125 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/sctp_stat_dlg.c')
-rw-r--r--gtk/sctp_stat_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/sctp_stat_dlg.c b/gtk/sctp_stat_dlg.c
index c6568c6c8f..9a91147c94 100644
--- a/gtk/sctp_stat_dlg.c
+++ b/gtk/sctp_stat_dlg.c
@@ -568,7 +568,7 @@ gtk_sctpstat_dlg(void)
}
-void sctp_stat_dlg_show()
+void sctp_stat_dlg_show(void)
{
if (sctp_stat_dlg != NULL)
{