diff options
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ | |||
2 | #include <stdio.h> | 2 | #include <stdio.h> |
3 | 3 | ||
4 | int | 4 | int |
5 | main(int argc, char *argv[]) { | 5 | Xmain(int argc, char *argv[]) { |
6 | if(argc == 2 && !strcmp("-v", argv[1])) | 6 | if(argc == 2 && !strcmp("-v", argv[1])) |
7 | eprint("st-"VERSION", © 2007-2008 st engineers, see LICENSE for details\n"); | 7 | eprint("st-"VERSION", © 2007-2008 st engineers, see LICENSE for details\n"); |
8 | else if(argc != 1) | 8 | else if(argc != 1) |