mirror of
https://github.com/javalsai/lidm.git
synced 2025-07-03 14:25:03 +02:00
Merge pull request #14 from cerealexperimentation/added-a-missing-newline
I think there's supposed to be a newline here.
This commit is contained in:
commit
4af0ec545e
@ -173,7 +173,7 @@ bool launch(char *user, char *passwd, struct session session,
|
||||
execlp(session.exec, session.exec, NULL);
|
||||
}
|
||||
perror("execl error");
|
||||
fprintf(stderr, "failure calling session");
|
||||
fprintf(stderr, "failure calling session\n");
|
||||
} else {
|
||||
waitpid(pid, NULL, 0);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user