txOutput.c: printf style constify fmt call-site

This commit is contained in:
Darryl Miles 2024-10-20 13:35:04 +01:00 committed by Darryl L. Miles
parent 0259fdc990
commit ff73a1328f
1 changed files with 1 additions and 1 deletions

View File

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