]> git.0d.be Git - empathy.git/commitdiff
Fix old-style function definition (missing void)
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Thu, 8 Jul 2010 11:12:27 +0000 (12:12 +0100)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Thu, 5 Aug 2010 14:55:12 +0000 (15:55 +0100)
libempathy-gtk/empathy-avatar-chooser.c

index 552e45dfecc9960374721079e29bb236accaf9d8..08dbf03376e3ce4bacf7d9ee873c7bc2228158b7 100644 (file)
@@ -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);
 }