Fix a typo
This commit is contained in:
parent
225f391de1
commit
7360d8aa66
|
|
@ -8509,7 +8509,7 @@ static void inp_check_syntax(struct card *deck)
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
if (!check_ch) {
|
if (!check_ch) {
|
||||||
fprintf(stderr, "Warning: Unusal leading characters like '%c' or others out of '= [] ? () & %% $\"!:,'\n", *cut_line);
|
fprintf(stderr, "Warning: Unusual leading characters like '%c' or others out of '= [] ? () & %% $\"!:,'\n", *cut_line);
|
||||||
fprintf(stderr, " in netlist or included files, will be replaced with '*'\n");
|
fprintf(stderr, " in netlist or included files, will be replaced with '*'\n");
|
||||||
check_ch = 1; /* just one warning */
|
check_ch = 1; /* just one warning */
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue