Add missing newline.

This commit is contained in:
Guus Sliepen 2011-07-17 20:06:06 +02:00
parent f6020a5224
commit c259d552fa

View 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()));