Add missing newline.
This commit is contained in:
parent
f6020a5224
commit
c259d552fa
1 changed files with 1 additions and 1 deletions
|
@ -504,7 +504,7 @@ static bool remove_service(void) {
|
|||
if(!ControlService(service, SERVICE_CONTROL_STOP, &status))
|
||||
fprintf(stderr, "Could not stop %s service: %s\n", identname, winerror(GetLastError()));
|
||||
else
|
||||
fprintf(stderr, "%s service stopped", identname);
|
||||
fprintf(stderr, "%s service stopped\n", identname);
|
||||
|
||||
if(!DeleteService(service)) {
|
||||
fprintf(stderr, "Could not remove %s service: %s\n", identname, winerror(GetLastError()));
|
||||
|
|
Loading…
Reference in a new issue