aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
740 exit(0); 740 exit(0);
741} 741}
742 742
743
744void 743void
745stty(char **args) 744stty(char **args)
746{ 745{
@@ -762,7 +761,7 @@ stty(char **args)
762 } 761 }
763 *q = '\0'; 762 *q = '\0';
764 if (system(cmd) != 0) 763 if (system(cmd) != 0)
765 perror("Couldn't call stty"); 764 perror("Couldn't call stty");
766} 765}
767 766
768int 767int