make st and std separate programmes

This commit is contained in:
Matthias-Christian Ott
2008-06-14 11:03:29 +02:00
parent 61f6e92f65
commit c9e63f9c30
3 changed files with 19 additions and 9 deletions

2
st.c
View File

@ -4,7 +4,7 @@
#include <string.h>
int
Xmain(int argc, char *argv[]) {
main(int argc, char *argv[]) {
if(argc == 2 && !strcmp("-v", argv[1]))
eprint("st-"VERSION", © 2007-2008 st engineers, see LICENSE for details\n");
else if(argc != 1)