From e453acb29e1198b939e55d379b7f2c81c740f9a6 Mon Sep 17 00:00:00 2001 From: james <> Date: Thu, 7 Feb 2008 13:22:51 +0000 Subject: *** empty log message *** --- src/crt.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/crt.h') 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; -- cgit v1.2.3