Changed multi-line C comments into another style.
The left side doesn't look unbalanced.
This commit is contained in:
@@ -28,8 +28,8 @@ ParamSize: .res 1 ; Number of parameter bytes
|
||||
; va_start (ap, format);
|
||||
;
|
||||
; /* Call vsscanf(). Since we know that va_end won't do anything, we will
|
||||
; * save the call and return the value directly.
|
||||
; */
|
||||
; ** save the call and return the value directly.
|
||||
; */
|
||||
; return vsscanf (str, format, ap);
|
||||
; }
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user