summaryrefslogtreecommitdiff
path: root/src/touch.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-03-21 22:45:19 +0000
committerJim Meyering <jim@meyering.net>1996-03-21 22:45:19 +0000
commitbb6a5487126d5422a3fdbbc894708800a1b8121f (patch)
treedf6cd7c2adc64b6ace1c798194971374f6b22484 /src/touch.c
parent403816eb85cf23f9248265968767bd815dda7fa6 (diff)
downloadcoreutils-bb6a5487126d5422a3fdbbc894708800a1b8121f.tar.xz
(main): Declare to be of type int, not void.
Diffstat (limited to 'src/touch.c')
-rw-r--r--src/touch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/touch.c b/src/touch.c
index 53d1c32f7..7d9d8a1d7 100644
--- a/src/touch.c
+++ b/src/touch.c
@@ -265,7 +265,7 @@ STAMP may be used without -t if none of -drt, nor --, are used.\n"));
exit (status);
}
-void
+int
main (int argc, char **argv)
{
int c, i;