[gnumeric] win32: fix warning from our patches.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] win32: fix warning from our patches.
- Date: Tue, 25 May 2010 00:55:21 +0000 (UTC)
commit 9b0c8811d84f08ea8b5133d8bc8882c6a78aeab6
Author: Morten Welinder <terra gnome org>
Date: Mon May 24 20:54:55 2010 -0400
win32: fix warning from our patches.
.../glib-goption-disable-localization.patch | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/win32/patches/glib-goption-disable-localization.patch b/tools/win32/patches/glib-goption-disable-localization.patch
index d7ad661..365eeb2 100644
--- a/tools/win32/patches/glib-goption-disable-localization.patch
+++ b/tools/win32/patches/glib-goption-disable-localization.patch
@@ -34,7 +34,7 @@ Index: glib/goption.c
+gboolean
+g_option_context_get_delocalize (GOptionContext *context)
+{
-+ g_return_if_fail (context != NULL);
++ g_return_val_if_fail (context != NULL, FALSE);
+
+ return context->delocalize;
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]