diff options
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -740,7 +740,6 @@ sigchld(int a) | |||
740 | exit(0); | 740 | exit(0); |
741 | } | 741 | } |
742 | 742 | ||
743 | |||
744 | void | 743 | void |
745 | stty(char **args) | 744 | stty(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 | ||
768 | int | 767 | int |