Remove an erroneous semi-colon.
Reviewed-by: Alejandro Colomar <alx@nginx.com> Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
This commit is contained in:
@@ -46,7 +46,7 @@ typedef struct nxt_conf_object_s nxt_conf_object_t;
|
|||||||
struct nxt_conf_value_s {
|
struct nxt_conf_value_s {
|
||||||
union {
|
union {
|
||||||
uint8_t boolean; /* 1 bit. */
|
uint8_t boolean; /* 1 bit. */
|
||||||
u_char number[NXT_CONF_MAX_NUMBER_LEN + 1];;
|
u_char number[NXT_CONF_MAX_NUMBER_LEN + 1];
|
||||||
|
|
||||||
struct {
|
struct {
|
||||||
u_char start[NXT_CONF_MAX_SHORT_STRING];
|
u_char start[NXT_CONF_MAX_SHORT_STRING];
|
||||||
|
|||||||
Reference in New Issue
Block a user