aboutsummaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'st.c')
-rw-r--r--st.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/st.c b/st.c
index 65a0cb6..581647b 100644
--- 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