ext2sim.c: printf style constify fmt call-site

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

View File

@ -1603,7 +1603,7 @@ int simnodeVisit(node, res, cap)
EFNodeName *nn;
HierName *hierName;
bool isGlob;
char *fmt;
const char *fmt;
EFAttr *ap;
if (esDevNodesOnly && node->efnode_client == (ClientData) NULL)