[gnumeric] sparse: drop silly "return".
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] sparse: drop silly "return".
- Date: Sat, 10 Jul 2010 03:12:59 +0000 (UTC)
commit 93c20f58175a407ec10250435669511f94f94543
Author: Morten Welinder <terra gnome org>
Date: Fri Jul 9 22:23:25 2010 -0400
sparse: drop silly "return".
src/graph.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/graph.c b/src/graph.c
index 0805c49..a94b36f 100644
--- a/src/graph.c
+++ b/src/graph.c
@@ -56,9 +56,9 @@ get_pending_convs (const GOData *data)
static void
set_pending_str (const GOData *data, const char *str)
{
- return g_object_set_data_full (G_OBJECT (data),
- "unserialize", g_strdup (str),
- g_free);
+ g_object_set_data_full (G_OBJECT (data),
+ "unserialize", g_strdup (str),
+ g_free);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]