mirror of https://github.com/FDOS/kernel.git
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…
Reference in New Issue