]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix line break
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 21 May 2016 13:27:36 +0000 (09:27 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 22 May 2016 04:00:41 +0000 (00:00 -0400)
src/include/conffile.h

index 43c29c4a4fbd3ee5c9ca36fc820fb8f060a771a3..3f408dba025b436b894062feb6e47d5bf076e656 100644 (file)
@@ -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);