summaryrefslogtreecommitdiff
path: root/src/app
diff options
context:
space:
mode:
Diffstat (limited to 'src/app')
-rw-r--r--src/app/config/config.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app/config/config.c b/src/app/config/config.c
index 337ae93575..68305aa65a 100644
--- a/src/app/config/config.c
+++ b/src/app/config/config.c
@@ -4494,7 +4494,8 @@ options_validate(or_options_t *old_options, or_options_t *options,
or_options_free(dflt_options); \
REJECT(#arg " may only be changed in testing Tor " \
"networks!"); \
- } STMT_END
+ } \
+ STMT_END
/* Check for options that can only be changed from the defaults in testing
networks. */