[core] quiet pedantic cc warning for excess comma

personal/stbuehler/1.4.48-mod-proxy-fix
Glenn Strauss 2017-10-31 21:04:33 -04:00
parent 82d374328f
commit 7b2514cdad
1 changed files with 1 additions and 1 deletions

View File

@ -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 {