summaryrefslogtreecommitdiff
path: root/user/echo.c
diff options
context:
space:
mode:
Diffstat (limited to 'user/echo.c')
-rw-r--r--user/echo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/echo.c b/user/echo.c
index d0ac6ab..3f19cd7 100644
--- a/user/echo.c
+++ b/user/echo.c
@@ -15,5 +15,5 @@ main(int argc, char *argv[])
write(1, "\n", 1);
}
}
- exit();
+ exit(0);
}