From 698a4d4be6912d28644e1f272078fa48f180fc16 Mon Sep 17 00:00:00 2001 From: Sung-jae Park Date: Thu, 4 Jul 2013 08:32:42 +0900 Subject: [PATCH] Remove last trailing comma [model] Redwood [binary_type] AP [customer] Docomo/Orange/Open [issue#] N/A [problem] [cause] [solution] [team] HomeTF [request] [horizontal_expansion] Change-Id: I05fe71926568e63439806b14f8f1716534e437aa --- packaging/liblivebox-edje.spec | 2 +- src/script_port.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/liblivebox-edje.spec b/packaging/liblivebox-edje.spec index 486ba6a..38c3829 100644 --- a/packaging/liblivebox-edje.spec +++ b/packaging/liblivebox-edje.spec @@ -1,6 +1,6 @@ Name: liblivebox-edje Summary: EDJE Script loader for the data provider master -Version: 0.5.11 +Version: 0.5.12 Release: 1 Group: HomeTF/Livebox License: Flora License diff --git a/src/script_port.c b/src/script_port.c index 3644ff8..ca77c35 100644 --- a/src/script_port.c +++ b/src/script_port.c @@ -51,7 +51,7 @@ struct image_option { enum { FILL_DISABLE, FILL_IN_SIZE, - FILL_OVER_SIZE, + FILL_OVER_SIZE } fill; int width; @@ -405,7 +405,7 @@ static inline void parse_image_option(const char *option, struct image_option *i STATE_DATA, STATE_IGNORE, STATE_ERROR, - STATE_END, + STATE_END } state; int idx; int tag; -- 2.7.4