Browse Source

svn:r11412

Nick Mathewson 16 years ago
parent
commit
6744ebe7b5
2 changed files with 1 additions and 1 deletions
  1. 1 0
      src/or/ntmain.c
  2. 0 1
      src/or/or.h

+ 1 - 0
src/or/ntmain.c

@@ -762,3 +762,4 @@ nt_service_parse_options(int argc, char **argv, int *should_exit)
   return 0;
 }
 
+

+ 0 - 1
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