]> git.sur5r.net Git - cc65/blobdiff - libsrc/mouse/mouse_hide.s
Changed multi-line C comments into another style.
[cc65] / libsrc / mouse / mouse_hide.s
index 81b3573b7a81536486b2eb169b3d50623c30b7e1..1f565867fd9d143688fb0a55eafe6388c476125b 100644 (file)
@@ -3,9 +3,9 @@
 ;
 ; void mouse_hide (void);
 ; /* Hide the mouse. The function manages a counter and may be called more than
-;  * once. For each call to mouse_hide there must be a call to mouse_show to make
-;  * the mouse visible again.
-;  */
+; ** once. For each call to mouse_hide there must be a call to mouse_show to make
+; ** the mouse visible again.
+; */
 ;
 
         .include        "mouse-kernel.inc"