Remove last trailing comma
[platform/framework/web/heap-monitor.git] / src / heap-monitor.c
index 2419643..d930ea0 100644 (file)
@@ -112,7 +112,7 @@ struct chunk {
        int pad;
        enum {
                VALID = 0xbeefbeef,
-               INVALID = 0xdeaddead,
+               INVALID = 0xdeaddead
        } state;
        char data[];
 };