aboutsummaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'st.c')
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index 33f165c..a3421ff 100644
--- a/st.c
+++ b/st.c
@@ -2,7 +2,7 @@
2#include <stdio.h> 2#include <stdio.h>
3 3
4int 4int
5main(int argc, char *argv[]) { 5Xmain(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)