From e682a252d537aecee45cf984363f721596dde599 Mon Sep 17 00:00:00 2001 From: Brett Gordon Date: Wed, 7 Oct 2015 11:31:12 -0400 Subject: [PATCH] coco3: tty: typos. --- Kernel/platform-coco3/devtty.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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]) }, }; -- 2.34.1