From 03e54b66952397d0a54807f74187c5b68b5eb12c Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 8 Jul 2010 12:12:27 +0100 Subject: Fix old-style function definition (missing void) --- libempathy-gtk/empathy-avatar-chooser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libempathy-gtk/empathy-avatar-chooser.c b/libempathy-gtk/empathy-avatar-chooser.c index 552e45dfe..08dbf0337 100644 --- a/libempathy-gtk/empathy-avatar-chooser.c +++ b/libempathy-gtk/empathy-avatar-chooser.c @@ -1025,7 +1025,7 @@ avatar_chooser_clicked_cb (GtkWidget *button, * Return value: a new #EmpathyAvatarChooser */ GtkWidget * -empathy_avatar_chooser_new () +empathy_avatar_chooser_new (void) { return g_object_new (EMPATHY_TYPE_AVATAR_CHOOSER, NULL); } -- cgit v1.2.3