diff options
Diffstat (limited to 'src/or/ntmain.c')
-rw-r--r-- | src/or/ntmain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/ntmain.c b/src/or/ntmain.c index e460582e1f..8e88b052b7 100644 --- a/src/or/ntmain.c +++ b/src/or/ntmain.c @@ -194,7 +194,7 @@ nt_service_is_stopping(void) return 0; } -/** DOCDOC */ +/** Set the dwCurrentState field for our service to <b>state</b>. */ void nt_service_set_state(DWORD state) { |