[empathy] Fix old-style function definition (missing void)
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] Fix old-style function definition (missing void)
- Date: Fri, 6 Aug 2010 10:44:56 +0000 (UTC)
commit 03e54b66952397d0a54807f74187c5b68b5eb12c
Author: Philip Withnall <philip withnall collabora co uk>
Date: Thu Jul 8 12:12:27 2010 +0100
Fix old-style function definition (missing void)
libempathy-gtk/empathy-avatar-chooser.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libempathy-gtk/empathy-avatar-chooser.c b/libempathy-gtk/empathy-avatar-chooser.c
index 552e45d..08dbf03 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);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]