From: ol.sc
Date: Wed, 9 Dec 2009 18:16:02 +0000 (+0000)
Subject: Replaced left-over tab with space.
X-Git-Tag: V2.13.1~21
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6b148748a9d74d7e84ce10c1b8379932aa0c5f59;p=cc65
Replaced left-over tab with space.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4510 b7a2c559-68d2-44c3-8de9-860c34a00d81
---
diff --git a/libsrc/apple2/apple2-stdmou.s b/libsrc/apple2/apple2-stdmou.s
index 65d84a81a..af44a48ff 100644
--- a/libsrc/apple2/apple2-stdmou.s
+++ b/libsrc/apple2/apple2-stdmou.s
@@ -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.