From 5eaf7c27c1214b80e43d39418067b245ac748b60 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Wed, 28 Oct 2020 13:07:24 +0100 Subject: [PATCH] typo --- src/include/ngspice/compatmode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;