fix missing type for sym_vs_sch_pins(all)

This commit is contained in:
stefan schippers 2024-05-10 08:06:39 +02:00
parent be06ed50cb
commit 6db52b125c
1 changed files with 1 additions and 1 deletions

View File

@ -1571,7 +1571,7 @@ int warning_overlapped_symbols(int sel)
}
/* all: -1: check all symbols, otherwise check only indicated symbol */
int sym_vs_sch_pins(all)
int sym_vs_sch_pins(int all)
{
int err = 0;
char **lab_array =NULL;