Remove last trailing comma
[apps/livebox/data-provider-master.git] / src / buffer_handler.c
index 3db618c..7d67b6a 100644 (file)
@@ -56,7 +56,7 @@
 struct buffer {
        enum {
                CREATED = 0x00beef00,
-               DESTROYED = 0x00dead00,
+               DESTROYED = 0x00dead00
        } state;
        enum buffer_type type;
        int refcnt;