mirror of
https://github.com/perk11/runwhenidle.git
synced 2026-01-09 13:48:01 -05:00
Fix typo and lack of new line
This commit is contained in:
@@ -74,7 +74,7 @@ void pause_command(pid_t pid) {
|
||||
send_signal_to_pid(pid, SIGSTOP, "SIGSTOP");
|
||||
break;
|
||||
default:
|
||||
fprintf_error("Unsupported paused method: %i", pause_method );
|
||||
fprintf_error("Unsupported pause method: %i\n", pause_method);
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user