coco3: tty: typos.
authorBrett Gordon <beretta42@gmail.com>
Wed, 7 Oct 2015 15:31:12 +0000 (11:31 -0400)
committerBrett Gordon <beretta42@gmail.com>
Wed, 7 Oct 2015 15:31:59 +0000 (11:31 -0400)
Kernel/platform-coco3/devtty.c

index 0fe5055..1515fdc 100644 (file)
@@ -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])  },
 };