From c259d552fa89c3e4a962d9adf2b237f24bc077da Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Sun, 17 Jul 2011 20:06:06 +0200 Subject: [PATCH] Add missing newline. --- src/tincctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tincctl.c b/src/tincctl.c index f7f23c14..c055db5a 100644 --- a/src/tincctl.c +++ b/src/tincctl.c @@ -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())); -- 2.20.1