Add missing newline.
authorGuus Sliepen <guus@tinc-vpn.org>
Sun, 17 Jul 2011 18:06:06 +0000 (20:06 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sun, 17 Jul 2011 18:06:06 +0000 (20:06 +0200)
src/tincctl.c

index f7f23c1..c055db5 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()));