[recipes] Fix the build



commit bdc99187834074b355ee8ae3246a7403c189b7dc
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Sep 30 15:06:54 2017 -0400

    Fix the build

 src/gr-unit.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gr-unit.c b/src/gr-unit.c
index 10f44ee..e0b3120 100644
--- a/src/gr-unit.c
+++ b/src/gr-unit.c
@@ -40,7 +40,7 @@
  } GrUnitData;
  
  static GrUnitData units[] = {
-         { GR_UNIT_UNKNOWN,     GR_DIMENSION_DISCRETE, "",        "",                                "", "") 
},
+         { GR_UNIT_UNKNOWN,     GR_DIMENSION_DISCRETE, "",        "",                                "",     
                  "" },
          { GR_UNIT_GRAM,        GR_DIMENSION_MASS,     "g",       NC_("unit abbreviation", "g"),     
NC_("unit name", "gram"), NC_("unit plural", "grams") },
          { GR_UNIT_KILOGRAM,    GR_DIMENSION_MASS,     "kg",      NC_("unit abbreviation", "kg"),    
NC_("unit name", "kilogram"), NC_("unit plural", "kilograms") },
          { GR_UNIT_POUND,       GR_DIMENSION_MASS,     "lb",      NC_("unit abbreviation", "lb"),    
NC_("unit name", "pound"), NC_("unit plural", "pounds") },
@@ -166,4 +166,4 @@
  
          return GR_UNIT_UNKNOWN;
  }
- 
\ No newline at end of file
+ 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]