From adb7c216b2f18c8b24881ff66cb916e37bc9ea41 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 21 Mar 1996 22:41:04 +0000 Subject: (main): Declare to be of type int, not void. --- src/cat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cat.c') diff --git a/src/cat.c b/src/cat.c index 390abc4f9..e141e4d68 100644 --- a/src/cat.c +++ b/src/cat.c @@ -438,7 +438,7 @@ cat ( } } -void +int main (int argc, char **argv) { /* Optimal size of i/o operations of output. */ -- cgit v1.2.3-54-g00ecf