This commit is contained in:
Holger Vogt 2020-10-28 13:07:24 +01:00
parent 19a688513c
commit 5eaf7c27c1
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ struct compat
bool ki; /* KiCad */
bool a; /* whole netlist */
bool spe; /* spectre */
bool eg; /* EAGLE */
bool eg; /* EAGLE */
};
extern struct compat newcompat;