[gnome-panel] libpanel-applet: Do not return a value in function with no return value
- From: Vincent Untz <vuntz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-panel] libpanel-applet: Do not return a value in function with no return value
- Date: Mon, 18 Jul 2011 13:07:44 +0000 (UTC)
commit 54697b3e2255d46e89ef0f93fb2149155723070b
Author: Brian Cameron <brian cameron oracle com>
Date: Mon Jul 18 15:05:27 2011 +0200
libpanel-applet: Do not return a value in function with no return value
https://bugzilla.gnome.org/show_bug.cgi?id=654716
libpanel-applet/panel-applet.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libpanel-applet/panel-applet.c b/libpanel-applet/panel-applet.c
index da56a9c..9efa0c4 100644
--- a/libpanel-applet/panel-applet.c
+++ b/libpanel-applet/panel-applet.c
@@ -2021,7 +2021,7 @@ panel_applet_constructed (GObject *object)
g_assert_not_reached ();
}
- return panel_applet_register_object (applet);
+ panel_applet_register_object (applet);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]