Changed multi-line C comments into another style.
The left side doesn't look unbalanced.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user