mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-16 18:34:32 +02:00
move FAR item to own line
This commit is contained in:
parent
a593799eb0
commit
edd0732433
@ -269,7 +269,8 @@ STATIC void do_printf(CONST BYTE * fmt, va_list arg)
|
|||||||
{
|
{
|
||||||
int base, size;
|
int base, size;
|
||||||
BYTE s[13]; /* long enough for a 32-bit octal number string with sign */
|
BYTE s[13]; /* long enough for a 32-bit octal number string with sign */
|
||||||
BYTE flags, FAR *p;
|
BYTE flags;
|
||||||
|
BYTE FAR *p;
|
||||||
|
|
||||||
for (;*fmt != '\0'; fmt++)
|
for (;*fmt != '\0'; fmt++)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user