pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b507bb
)
minor code-style: whitespace fixes
author
Hiltjo Posthuma
<hiltjo@codemadness.org>
Fri, 16 Mar 2018 15:45:58 +0000
(16:45 +0100)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Fri, 16 Mar 2018 15:45:58 +0000
(16:45 +0100)
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index
65a0cb6
..
581647b
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-740,7
+740,6
@@
sigchld(int a)
exit(0);
}
-
void
stty(char **args)
{
@@
-762,7
+761,7
@@
stty(char **args)
}
*q = '\0';
if (system(cmd) != 0)
- perror("Couldn't call stty");
+
perror("Couldn't call stty");
}
int