diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-11-21 14:07:43 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-11-21 14:07:43 -0500 |
commit | bf882b037371d5ccb9eb1fc6c71199865169661b (patch) | |
tree | 39c2de688fc53f5af24ef89b425e8b7cbfd98461 /src/or/config.c | |
parent | 5da0a73838a210bac3be81baa9ade1d4ee7bf343 (diff) | |
download | tor-bf882b037371d5ccb9eb1fc6c71199865169661b.tar.gz tor-bf882b037371d5ccb9eb1fc6c71199865169661b.zip |
re-run ./scripts/maint/annotate_ifdef_directives
Diffstat (limited to 'src/or/config.c')
-rw-r--r-- | src/or/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c index b0a140d23b..f7383c89fa 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -1787,7 +1787,7 @@ options_act(const or_options_t *old_options) "given FD."); return -1; } -#endif +#endif /* defined(_WIN32) */ } /* Load state */ |