From 7b2514cdad1062923e6917644a31c67b3ad18f45 Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Tue, 31 Oct 2017 21:04:33 -0400 Subject: [PATCH] [core] quiet pedantic cc warning for excess comma --- src/base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base.h b/src/base.h index 51736b27..1d35c17b 100644 --- a/src/base.h +++ b/src/base.h @@ -301,7 +301,7 @@ typedef enum { /* actually evaluated the condition itself */ COND_RESULT_FALSE, /* not active */ - COND_RESULT_TRUE, /* active */ + COND_RESULT_TRUE /* active */ } cond_result_t; typedef struct { -- 2.11.4.GIT