From: Arran Cudbard-Bell Date: Sat, 21 May 2016 13:27:36 +0000 (-0400) Subject: Fix line break X-Git-Tag: branch_3_1_x~347 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=54b8ce807d9ecedecd9d1f8fb0a2eca2d6fd1a81;p=thirdparty%2Ffreeradius-server.git Fix line break --- diff --git a/src/include/conffile.h b/src/include/conffile.h index 43c29c4a4fb..3f408dba025 100644 --- a/src/include/conffile.h +++ b/src/include/conffile.h @@ -352,7 +352,7 @@ typedef struct CONF_PARSER { FR_TOKEN quote; //!< Quoting around the default value. Only used for templates. } CONF_PARSER; -#define CONF_PARSER_TERMINATOR { .name = NULL, .type = ~(UINT32_MAX - 1), +#define CONF_PARSER_TERMINATOR { .name = NULL, .type = ~(UINT32_MAX - 1), \ .offset = 0, .data = NULL, .dflt = NULL, .quote = T_INVALID } void cf_file_check_user(uid_t uid, gid_t gid);