aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-10-04 12:31:32 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-10-04 12:31:32 +0000
commit62de58c913ff8e760eba38b1f26e1d3879e62543 (patch)
tree3e8ee807756c478aefceb46c4cafa25a123d765a
parenta653c171f244be70366162a72702c7418d3c4a37 (diff)
Fix create_list() prototype
svn path=/trunk/; revision=30300
-rw-r--r--gtk/sctp_error_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/sctp_error_dlg.c b/gtk/sctp_error_dlg.c
index 479fe46d05..c600b80bbe 100644
--- a/gtk/sctp_error_dlg.c
+++ b/gtk/sctp_error_dlg.c
@@ -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;