Remoe last trailing comma
[platform/framework/web/livebox-viewer.git] / include / livebox_internal.h
index 283a59b..9744c1a 100644 (file)
@@ -51,14 +51,14 @@ enum lb_type { /*!< Must have to be sync with data-provider-master */
        _LB_TYPE_SCRIPT,
        _LB_TYPE_FILE,
        _LB_TYPE_TEXT,
-       _LB_TYPE_BUFFER,
+       _LB_TYPE_BUFFER
 };
 
 enum pd_type { /*!< Must have to be sync with data-provider-master */
        _PD_TYPE_NONE = 0x0,
        _PD_TYPE_SCRIPT,
        _PD_TYPE_TEXT,
-       _PD_TYPE_BUFFER,
+       _PD_TYPE_BUFFER
 };
 
 struct livebox {
@@ -66,7 +66,7 @@ struct livebox {
        enum {
                CREATE = 0xBEEFbeef,
                DELETE = 0xDEADdead, /* Delete only for this client */
-               DESTROYED = 0x00DEAD00,
+               DESTROYED = 0x00DEAD00
        } state;
 
        char *cluster;