Add some consts as recommended by make cppcheck.

This commit is contained in:
Dianne Skoll
2025-07-21 17:44:13 -04:00
parent 418b050b1c
commit c3ab2a15cf
11 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -443,7 +443,7 @@ static int TokStrCmp(Token const *t, char const *s)
}
static void
print_token(Token *tok)
print_token(Token const *tok)
{
if (tok->MinLen < (int) strlen(tok->name)) {
printf("%.*s\n", tok->MinLen, tok->name);