squash! vfprintf

This commit is contained in:
Jan (janneke) Nieuwenhuizen 2022-10-24 22:44:32 +02:00
parent 56a3dd8486
commit 23756746da
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 1 deletions

View File

@ -250,8 +250,8 @@ vfprintf (FILE * f, char const *format, va_list ap)
fputc (pad, f);
count++;
}
break;
#endif
break;
}
case 'n':
{