aboutsummaryrefslogtreecommitdiffstats
path: root/src/crt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/crt.h')
-rw-r--r--src/crt.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/crt.h b/src/crt.h
index e73e891..da5922c 100644
--- a/src/crt.h
+++ b/src/crt.h
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.6 2008/02/07 13:22:51 james
+ * *** empty log message ***
+ *
* Revision 1.5 2008/02/07 12:41:06 james
* *** empty log message ***
*
@@ -46,7 +49,7 @@
#define CRT_ATTR_BOLD 0x8
-#define CRT_COLOR_BLACK 0x0
+#define CRT_COLOR_BLACK 0x0
#define CRT_COLOR_RED 0x1
#define CRT_COLOR_GREEN 0x2
#define CRT_COLOR_YELLOW 0x3
@@ -86,7 +89,8 @@ typedef struct
} CRT_Pos;
-typedef struct {
+typedef struct
+{
CRT_Pos s;
CRT_Pos e;
int dir;