diff options
-rw-r--r-- | src/or/ntmain.c | 1 | ||||
-rw-r--r-- | src/or/or.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/or/ntmain.c b/src/or/ntmain.c index e460582e1f..b27a73fcef 100644 --- a/src/or/ntmain.c +++ b/src/or/ntmain.c @@ -762,3 +762,4 @@ nt_service_parse_options(int argc, char **argv, int *should_exit) return 0; } + diff --git a/src/or/or.h b/src/or/or.h index c1d879bbe7..9d625d3df9 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -3025,7 +3025,6 @@ void do_hash_password(void); int tor_init(int argc, char **argv); #endif -/********************************* ntmain.c ***************************/ #ifdef MS_WINDOWS #define NT_SERVICE #endif |