]> git.sur5r.net Git - cc65/commitdiff
Replaced left-over tab with space.
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 9 Dec 2009 18:16:02 +0000 (18:16 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 9 Dec 2009 18:16:02 +0000 (18:16 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4510 b7a2c559-68d2-44c3-8de9-860c34a00d81

libsrc/apple2/apple2-stdmou.s

index 65d84a81a692d2c565a0351e4cc4db510045ffe4..af44a48ff37d723a47d1fe3679f45aa22d040c7e 100644 (file)
@@ -325,7 +325,7 @@ HIDE:
        rts
 
 ; SHOW:        Is called to show the mouse cursor. The mouse kernel manages a
-; counter for calls to show/hide, and the driver entry point is        only called
+; counter for calls to show/hide, and the driver entry point is only called
 ; if the mouse is currently hidden and should become visible. For most drivers,
 ; no special action is required        besides enabling the mouse cursor.
 ; No return code required.