slight changes

This commit is contained in:
Anselm R Garbe
2008-06-01 18:04:49 +01:00
parent 771ece25e8
commit 375efb8891
2 changed files with 4 additions and 8 deletions

2
st.c
View File

@ -2,7 +2,7 @@
#include <stdio.h>
int
main(int argc, char *argv[]) {
Xmain(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)