[core] quiet pedantic cc warning for excess comma
parent
82d374328f
commit
7b2514cdad
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue