Corrected prototype for create_list().
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 30 Sep 2009 19:39:33 +0000 (19:39 +0000)
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 30 Sep 2009 19:39:33 +0000 (19:39 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30221 f5534014-38df-0310-8fa8-9805f1628bb7

gtk/sctp_stat_dlg.c

index e712f6f42978b39b5b5dd960e3e0f57fa0a59cfa..8ef2c301ff74245eb8d3b3d3b1bd67714f1f4fb3 100644 (file)
@@ -115,7 +115,7 @@ sctp_stat_on_select_row(GtkTreeSelection *sel, gpointer user_data _U_)
 }
 
 static
-GtkWidget *create_list()
+GtkWidget *create_list(void)
 {
        GtkListStore *list_store;
        GtkWidget * list;