1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

fix CH_VLINE definition (noticed by Fatih Aygün)

git-svn-id: svn://svn.cc65.org/cc65/trunk@3297 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cpg 2004-11-23 21:43:53 +00:00
parent d46b1a395b
commit 6db6a58225

View File

@ -83,7 +83,7 @@
#define CH_RTEE 0x04
#define CH_CROSS 0x13
#define CH_HLINE 0x12
#define CH_VLINE 0x16
#define CH_VLINE 0x7C
/* color defines */