Skip to content

Commit 0aedcd1

Browse files
author
koder77
committed
Linter: full variable strict protection
1 parent f92f580 commit 0aedcd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linter/linter-main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ S2 get_var_strict (U1 *name)
375375
{
376376
if (vars[i].strict_arg == 2)
377377
{
378-
printf ("> error: variable %s, which was used in 'strict' function call is not valid!\n", name);
378+
printf ("> error: variable '%s', which was used in 'strict' function call is not valid!\n", name);
379379
return (vars[i].strict_arg);
380380
}
381381
}

0 commit comments

Comments
 (0)