txOutput.c: FILR -> FILE (typo fix)
Long standing typo, I guess no configuration compiles this code.
This commit is contained in:
parent
1166a56cff
commit
c8ca1d242e
|
|
@ -465,7 +465,7 @@ TxStopMore(void)
|
||||||
#ifdef NEED_VFPRINTF
|
#ifdef NEED_VFPRINTF
|
||||||
|
|
||||||
int
|
int
|
||||||
vfprintf(FILR *iop, const char *fmt, va_list args_in)
|
vfprintf(FILE *iop, const char *fmt, va_list args_in)
|
||||||
{
|
{
|
||||||
va_list ap;
|
va_list ap;
|
||||||
int len;
|
int len;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue