X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=st.c;h=a3421ffee3420ac641bb638c2b7aa890631062b1;hb=693e2413c8c114c6a95327a609c28be643b9d582;hp=33f165cdfc221c094038b6262ed7417c69fd2587;hpb=1987ae4bacf58c588bbc967434be4e39125c37f9;p=st.git diff --git a/st.c b/st.c index 33f165c..a3421ff 100644 --- a/st.c +++ b/st.c @@ -2,7 +2,7 @@ #include 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)