[gnumeric] xlsx: fix warning.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] xlsx: fix warning.
- Date: Sat, 20 Jun 2015 18:57:34 +0000 (UTC)
commit 617e969c42771c944313cc64d5162d90762bc664
Author: Morten Welinder <terra gnome org>
Date: Sat Jun 20 14:57:50 2015 -0400
xlsx: fix warning.
plugins/excel/xlsx-read-drawing.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/excel/xlsx-read-drawing.c b/plugins/excel/xlsx-read-drawing.c
index 61ac0cc..ea26cef 100644
--- a/plugins/excel/xlsx-read-drawing.c
+++ b/plugins/excel/xlsx-read-drawing.c
@@ -692,7 +692,7 @@ static void xlsx_chart_ring (GsfXMLIn *xin, G_GNUC_UNUSED xmlChar const **attrs)
static void
xlsx_chart_bar_dir (GsfXMLIn *xin, xmlChar const **attrs)
{
- static const EnumVal const dirs[] = {
+ static const EnumVal dirs[] = {
{ "bar", TRUE },
{ "col", FALSE },
{ NULL, 0 }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]