Fix typo
git-svn-id: svn://svn.cc65.org/cc65/trunk@5868 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
88742eaa8e
commit
771cb7eb76
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@
|
||||||
#define COLOR_DARKBROWN 0x0B
|
#define COLOR_DARKBROWN 0x0B
|
||||||
#define COLOR_VIOLET 0x0C
|
#define COLOR_VIOLET 0x0C
|
||||||
#define COLOR_BLUE 0x0D
|
#define COLOR_BLUE 0x0D
|
||||||
#define COLOR_LIGHBLUE 0x0E
|
#define COLOR_LIGHTBLUE 0x0E
|
||||||
#define COLOR_WHITE 0x0F
|
#define COLOR_WHITE 0x0F
|
||||||
|
|
||||||
/* TGI color defines (default palette) */
|
/* TGI color defines (default palette) */
|
||||||
|
|
Loading…
Add table
Reference in a new issue