fix compiler warning
This commit is contained in:
parent
3c05db74f6
commit
1e9af2cd42
@ -408,11 +408,12 @@ int run_stop_schedule(const char *applet,
|
|||||||
|
|
||||||
if (progressed)
|
if (progressed)
|
||||||
printf("\n");
|
printf("\n");
|
||||||
if (! quiet)
|
if (! quiet) {
|
||||||
if (nrunning == 1)
|
if (nrunning == 1)
|
||||||
eerror("%s: %d process refused to stop", applet, nrunning);
|
eerror("%s: %d process refused to stop", applet, nrunning);
|
||||||
else
|
else
|
||||||
eerror("%s: %d process(es) refused to stop", applet, nrunning);
|
eerror("%s: %d process(es) refused to stop", applet, nrunning);
|
||||||
|
}
|
||||||
|
|
||||||
return -nrunning;
|
return -nrunning;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user