summaryrefslogtreecommitdiff
path: root/usleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'usleep.c')
-rw-r--r--usleep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usleep.c b/usleep.c
index 34008a6..da6cca9 100644
--- a/usleep.c
+++ b/usleep.c
@@ -38,5 +38,5 @@ extern int usleep_main(int argc, char **argv)
}
usleep(atoi(*(++argv))); /* return void */
- exit(TRUE);
+ return(TRUE);
}