Remove last trailing comma
authorSung-jae Park <nicesj.park@samsung.com>
Wed, 3 Jul 2013 23:41:24 +0000 (08:41 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Wed, 3 Jul 2013 23:41:24 +0000 (08:41 +0900)
Change-Id: I36a278e5b2915404c3797108443cc35065f97394

packaging/libheap-monitor.spec
src/heap-monitor.c

index eec6b95..14daf2c 100644 (file)
@@ -1,6 +1,6 @@
 Name: libheap-monitor
 Summary: Library for monitoring the heap usage
-Version: 0.0.12
+Version: 0.0.13
 Release: 1
 Group: HomeTF/Livebox
 License: Flora License
index 2419643..d930ea0 100644 (file)
@@ -112,7 +112,7 @@ struct chunk {
        int pad;
        enum {
                VALID = 0xbeefbeef,
-               INVALID = 0xdeaddead,
+               INVALID = 0xdeaddead
        } state;
        char data[];
 };