Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a806636

Browse files
committed
Revert conf.c: move boolean arguments comment before BOOL group
1 parent 247e346 commit a806636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/conf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ struct {
199199
STDCONF (defaulterrorfile, STR, handle_defaulterrorfile),
200200
STDCONF (statfile, STR, handle_statfile),
201201
STDCONF (stathost, STR, handle_stathost),
202-
/* boolean arguments */
203202
STDCONF (xtinyproxy, BOOL, handle_xtinyproxy),
203+
/* boolean arguments */
204204
STDCONF (syslog, BOOL, handle_syslog),
205205
STDCONF (bindsame, BOOL, handle_bindsame),
206206
STDCONF (disableviaheader, BOOL, handle_disableviaheader),

0 commit comments

Comments
 (0)