diff --git a/src/include/ngspice/compatmode.h b/src/include/ngspice/compatmode.h index 2a93ddd0d..6a9965b61 100644 --- a/src/include/ngspice/compatmode.h +++ b/src/include/ngspice/compatmode.h @@ -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;