jfb2 writes in Bug 119:
[oweals/busybox.git] / coreutils / stty.c
index bd3a36911ec84d409f56a98fb99619e74bbb40d8..d62068668b6c9699dc4694e6c63447d7232c1a85 100644 (file)
@@ -980,6 +980,7 @@ set_window_size(int rows, int cols, int fd)
                if ((ioctl(fd, TIOCSWINSZ, (char *) &win) != 0)
                        || (ioctl(fd, TIOCSSIZE, (char *) &ttysz) != 0)) {
                        perror_on_device("%s");
+               }
                return;
        }
 # endif