Fix create_list() prototype

svn path=/trunk/; revision=30300
This commit is contained in:
Kovarththanan Rajaratnam 2009-10-04 12:31:32 +00:00
parent a653c171f2
commit 62de58c913
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ sctp_error_on_select_row(GtkTreeSelection *sel, gpointer user_data _U_)
}
static
GtkWidget *create_list()
GtkWidget *create_list(void)
{
GtkListStore *list_store;
GtkWidget * list;