This commit is contained in:
Holger Vogt 2020-10-28 13:07:24 +01:00
parent e0b9dc58b3
commit 3dc42fc8da
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;