JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
clean up.
authorAurélien Aptel <aurelien.aptel@gmail.com>
Tue, 16 Jun 2009 00:41:45 +0000 (02:41 +0200)
committerAurélien Aptel <aurelien.aptel@gmail.com>
Tue, 16 Jun 2009 00:41:45 +0000 (02:41 +0200)
st.c

diff --git a/st.c b/st.c
index a203c72..264fc84 100644 (file)
--- a/st.c
+++ b/st.c
@@ -1,5 +1,4 @@
 /* See LICENSE for licence details. */
-/* See LICENSE for licence details. */
 #define _XOPEN_SOURCE
 #include <ctype.h>
 #include <errno.h>
@@ -37,8 +36,8 @@
 /* Attribute, Cursor, Character state, Terminal mode, Screen draw mode */
 enum { ATnone=0 , ATreverse=1 , ATunderline=2, ATbold=4 };
 enum { CSup, CSdown, CSright, CSleft, CShide, CSdraw, CSwrap, CSsave, CSload };
-enum { CRset=1 , CRupdate=2 };
-enum { TMwrap=1 , TMinsert=2, TMaltcharset };
+enum { CRset=1, CRupdate=2 };
+enum { TMwrap=1, TMinsert=2, TMaltcharset };
 enum { SCupdate, SCredraw };
 
 typedef int Color;