From 1954f681c6ca11ff91ab59ec074a03859ab0dc46 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 21 Mar 1996 22:47:02 +0000 Subject: (main): Declare to be of type int, not void. --- src/stty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stty.c') diff --git a/src/stty.c b/src/stty.c index c2cbc4ebf..1baecfc17 100644 --- a/src/stty.c +++ b/src/stty.c @@ -636,7 +636,7 @@ settings, CHAR is taken literally, or coded as in ^c, 0x37, 0177 or\n\ exit (status); } -void +int main (int argc, char **argv) { struct termios mode; -- cgit v1.2.3-54-g00ecf