summaryrefslogtreecommitdiff
path: root/src/cmd/echo
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/echo')
-rw-r--r--src/cmd/echo/echo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/echo/echo.c b/src/cmd/echo/echo.c
index 4733830..3dc8334 100644
--- a/src/cmd/echo/echo.c
+++ b/src/cmd/echo/echo.c
@@ -14,4 +14,4 @@ main (int argc, char *argv[])
printf("%s%c", argv[i], (i == argc) ? ((nflag == 1) ? '\0' : '\n') : ' ');
}
return 0;
-}
+} \ No newline at end of file