txOutput.c: FILR -> FILE (typo fix)

Long standing typo, I guess no configuration compiles this code.
This commit is contained in:
Darryl L. Miles 2025-01-31 17:26:21 +00:00 committed by Tim Edwards
parent 1166a56cff
commit c8ca1d242e
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ TxStopMore(void)
#ifdef NEED_VFPRINTF
int
vfprintf(FILR *iop, const char *fmt, va_list args_in)
vfprintf(FILE *iop, const char *fmt, va_list args_in)
{
va_list ap;
int len;