aboutsummaryrefslogtreecommitdiff
path: root/std.c
diff options
context:
space:
mode:
Diffstat (limited to 'std.c')
-rw-r--r--std.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/std.c b/std.c
index 5c12fbd..2ce1722 100644
--- a/std.c
+++ b/std.c
@@ -268,7 +268,7 @@ main(int argc, char *argv[]) {
268 if(argc == 2 && !strcmp("-v", argv[1])) 268 if(argc == 2 && !strcmp("-v", argv[1]))
269 errx(EXIT_SUCCESS, "std-"VERSION", © 2008 Matthias-Christian Ott"); 269 errx(EXIT_SUCCESS, "std-"VERSION", © 2008 Matthias-Christian Ott");
270 else if(argc == 1) 270 else if(argc == 1)
271 errx(EXIT_FAILURE, "usage: st [-v]"); 271 errx(EXIT_FAILURE, "usage: std [-v]");
272 getpty(); 272 getpty();
273 shell(); 273 shell();
274 FD_ZERO(&rfds); 274 FD_ZERO(&rfds);