From: Brett Gordon Date: Wed, 7 Oct 2015 15:31:12 +0000 (-0400) Subject: coco3: tty: typos. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e682a252d537aecee45cf984363f721596dde599;p=FUZIX.git coco3: tty: typos. --- diff --git a/Kernel/platform-coco3/devtty.c b/Kernel/platform-coco3/devtty.c index 0fe5055c..1515fdc6 100644 --- a/Kernel/platform-coco3/devtty.c +++ b/Kernel/platform-coco3/devtty.c @@ -120,10 +120,10 @@ static struct display fmodes[] = { }; static struct mode_s mode[4] = { - { 0x74, 80, 25, 79, 24, &(fmode[0]) }, - { 0x6c, 40, 25, 39, 24, &(fmode[1]) }, - { 0x70, 64, 25, 63, 24, &(fmode[2]) }, - { 0x68, 32, 25, 31, 24, $(fmode[3]) }, + { 0x74, 80, 25, 79, 24, &(fmodes[0]) }, + { 0x6c, 40, 25, 39, 24, &(fmodes[1]) }, + { 0x70, 64, 25, 63, 24, &(fmodes[2]) }, + { 0x68, 32, 25, 31, 24, &(fmodes[3]) }, };