From 19397b742d4331198d4aa742306e6370c15f3a19 Mon Sep 17 00:00:00 2001 From: "ol.sc" Date: Thu, 10 Sep 2009 09:35:37 +0000 Subject: [PATCH] Fixed typo. git-svn-id: svn://svn.cc65.org/cc65/trunk@4141 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/apple2/videomode.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsrc/apple2/videomode.s b/libsrc/apple2/videomode.s index bf99819eb..6163042d9 100644 --- a/libsrc/apple2/videomode.s +++ b/libsrc/apple2/videomode.s @@ -32,7 +32,7 @@ _videomode: ; If we are in 40 column mode and want to set 80 column mode ; then we first presume the 80 column firmware being already ; active and print the ctrl-char code (this causes a garbage - : char to be printed on the screen if isn't already active) + ; char to be printed on the screen if isn't already active) jsr COUT ; If we successfully switched to 80 column mode then the 80 -- 2.39.5