DRCtech.c: printf style constify fmt call-site

This commit is contained in:
Darryl Miles 2024-10-20 13:37:19 +01:00 committed by Darryl L. Miles
parent c4373d74aa
commit fd5511d622
1 changed files with 1 additions and 1 deletions

View File

@ -1020,7 +1020,7 @@ DRCTechAddRule(sectionName, argc, argv)
char *argv[];
{
int which, distance, mdist;
char *fmt;
const char *fmt;
static const struct
{
const char *rk_keyword; /* Initial keyword */