[gnumeric] Compilation: fix warning.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Compilation: fix warning.
- Date: Fri, 2 Jan 2015 16:55:23 +0000 (UTC)
commit 89e306283707219dbe1716b9ba88db1beeb20d01
Author: Morten Welinder <terra gnome org>
Date: Fri Jan 2 11:54:50 2015 -0500
Compilation: fix warning.
src/wbc-gtk.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/wbc-gtk.c b/src/wbc-gtk.c
index da9099c..2f45f38 100644
--- a/src/wbc-gtk.c
+++ b/src/wbc-gtk.c
@@ -2745,7 +2745,7 @@ wbc_gtk_cell_selector_popup (G_GNUC_UNUSED GtkEntry *entry,
{ N_("Go to Bottom"), &cb_cs_go_down },
{ N_("Go to First"), &cb_cs_go_left },
{ N_("Go to Last"), &cb_cs_go_right },
- { NULL, NULL, NULL},
+ { NULL, NULL },
{ N_("Go to Cell..."), &cb_cs_go_to_cell }
};
unsigned int ui;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]