]> git.meshlink.io Git - meshlink/blobdiff - src/tincctl.c
Add missing newline.
[meshlink] / src / tincctl.c
index f7f23c145266817f7f764f93f5e102cd425aa439..c055db5af01b6cd733a574f8713d527324dbc36a 100644 (file)
@@ -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()));