Remove last trailing comma
authorSung-jae Park <nicesj.park@samsung.com>
Wed, 3 Jul 2013 23:29:13 +0000 (08:29 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Wed, 3 Jul 2013 23:29:13 +0000 (08:29 +0900)
[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] To keep the compiling compatibility
[cause] Old standrad complains last trailiing comma
[solution] Remove last trailing comma
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I8aaaf9cee771cbd8b7cebeca3d62858cb2961861

include/so_handler.h
packaging/com.samsung.data-provider-slave.spec
src/conf.c

index e37214e..553825f 100644 (file)
@@ -123,7 +123,7 @@ enum current_operations {
        LIVEBOX_OP_SYSTEM_EVENT,
        LIVEBOX_OP_PINUP,
        LIVEBOX_OP_IS_PINNED_UP,
-       LIVEBOX_OP_DESTROY,
+       LIVEBOX_OP_DESTROY
 };
 
 extern struct instance *so_find_instance(const char *pkgname, const char *filename);
index d1b6531..ec76fb6 100644 (file)
@@ -2,7 +2,7 @@
 
 Name: com.samsung.data-provider-slave
 Summary: Plugin type livebox service provider.
-Version: 0.12.2
+Version: 0.12.3
 Release: 1
 Group: HomeTF/Livebox
 License: Flora License
index 3a5ae48..9e62d42 100644 (file)
@@ -317,7 +317,7 @@ HAPI int conf_loader(void)
                VALUE,
                ERROR,
                COMMENT,
-               END,
+               END
        } state;
        int ch_idx;
        int token_idx;