From ca1c1afadc06c206455fbee35c73a3099de550d0 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Wed, 15 Sep 2004 03:24:32 +0000 Subject: Add a missing brace, patch by Hideki IWAMOTO --- coreutils/stty.c | 1 + 1 file changed, 1 insertion(+) (limited to 'coreutils') diff --git a/coreutils/stty.c b/coreutils/stty.c index bd3a36911..d62068668 100644 --- a/coreutils/stty.c +++ b/coreutils/stty.c @@ -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 -- cgit v1.2.3