mirror of
https://github.com/alrayyes/st
synced 2023-11-14 15:56:30 +00:00
Add newline to stderr message
--- st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
This commit is contained in:
parent
1d6702024b
commit
66669a5585
2
st.c
2
st.c
@ -784,7 +784,7 @@ ttynew(void) {
|
|||||||
cmdfd = m;
|
cmdfd = m;
|
||||||
signal(SIGCHLD, sigchld);
|
signal(SIGCHLD, sigchld);
|
||||||
if (opt_io && !(fileio = fopen(opt_io, "w"))) {
|
if (opt_io && !(fileio = fopen(opt_io, "w"))) {
|
||||||
fprintf(stderr, "Error opening %s:%s",
|
fprintf(stderr, "Error opening %s:%s\n",
|
||||||
opt_io, strerror(errno));
|
opt_io, strerror(errno));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user