mirror of
https://github.com/FDOS/kernel.git
synced 2025-07-20 12:24:33 +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;
|
||||
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++)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user