summaryrefslogtreecommitdiff
path: root/src/echo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/echo.c')
-rw-r--r--src/echo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/echo.c b/src/echo.c
index 5b2064cf4..ea439e039 100644
--- a/src/echo.c
+++ b/src/echo.c
@@ -100,7 +100,8 @@ Without -E, the following sequences are recognized and interpolated:\n\
/* Print the words in LIST to standard output. If the first word is
`-n', then don't print a trailing newline. We also support the
echo syntax from Version 9 unix systems. */
-void
+
+int
main (int argc, char **argv)
{
int display_return = 1, do_v9 = 0;