From: Sung-jae Park Date: Wed, 3 Jul 2013 23:41:24 +0000 (+0900) Subject: Remove last trailing comma X-Git-Tag: accepted/tizen/20131022.083550^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4c3c99556fad4eb61d6ae8552221d76d68420de5;p=platform%2Fframework%2Fweb%2Fheap-monitor.git Remove last trailing comma Change-Id: I36a278e5b2915404c3797108443cc35065f97394 --- diff --git a/packaging/libheap-monitor.spec b/packaging/libheap-monitor.spec index eec6b95..14daf2c 100644 --- a/packaging/libheap-monitor.spec +++ b/packaging/libheap-monitor.spec @@ -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 diff --git a/src/heap-monitor.c b/src/heap-monitor.c index 2419643..d930ea0 100644 --- a/src/heap-monitor.c +++ b/src/heap-monitor.c @@ -112,7 +112,7 @@ struct chunk { int pad; enum { VALID = 0xbeefbeef, - INVALID = 0xdeaddead, + INVALID = 0xdeaddead } state; char data[]; };