EFerr.c: printf style constify fmt call-site

This commit is contained in:
Darryl Miles 2024-10-20 13:40:54 +01:00 committed by Darryl L. Miles
parent 8c28342322
commit 2bac418b44
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ extern int Tcl_printf();
*/
void
efReadError(char *fmt, ...)
efReadError(const char *fmt, ...)
{
va_list args;