diff options
author | Jim Meyering <jim@meyering.net> | 1996-03-21 22:47:02 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-03-21 22:47:02 +0000 |
commit | 1954f681c6ca11ff91ab59ec074a03859ab0dc46 (patch) | |
tree | eab5f845f4db26e0cdd8c2f5e3eff0e9411a7440 /src/tty.c | |
parent | bb6a5487126d5422a3fdbbc894708800a1b8121f (diff) | |
download | coreutils-1954f681c6ca11ff91ab59ec074a03859ab0dc46.tar.gz |
(main): Declare to be of type int, not void.
Diffstat (limited to 'src/tty.c')
-rw-r--r-- | src/tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ static struct option const longopts[] = {NULL, 0, NULL, 0} }; -void +int main (int argc, char **argv) { char *tty; |