Skip to content

Commit

Permalink
move FAR item to own line
Browse files Browse the repository at this point in the history
  • Loading branch information
PerditionC committed Feb 11, 2024
1 parent a593799 commit edd0732
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kernel/prf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++)
{
Expand Down

0 comments on commit edd0732

Please sign in to comment.