From 4c3c99556fad4eb61d6ae8552221d76d68420de5 Mon Sep 17 00:00:00 2001 From: Sung-jae Park Date: Thu, 4 Jul 2013 08:41:24 +0900 Subject: [PATCH] Remove last trailing comma Change-Id: I36a278e5b2915404c3797108443cc35065f97394 --- packaging/libheap-monitor.spec | 2 +- src/heap-monitor.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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[]; }; -- 2.7.4