From e31d6a3c1c32a169b38cd858656b2b2b441fa4af Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Wed, 30 Mar 2022 16:02:44 +0200 Subject: [PATCH] fix typo, remove unsuitable comment --- visualc/src/include/ngspice/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/visualc/src/include/ngspice/config.h b/visualc/src/include/ngspice/config.h index 43cf23edb..5e68899c2 100644 --- a/visualc/src/include/ngspice/config.h +++ b/visualc/src/include/ngspice/config.h @@ -15,14 +15,14 @@ #define PACKAGE "ngspice" /* Version number of package */ -#define VERSION "36+" //" Built on " __DATE__ " at " __TIME__ +#define VERSION "36+" /* Define the directory for executables */ #define NGSPICEBINDIR "../bin" /* Define the directory for architecture independent data files */ #define NGSPICEDATADIR "../share/ngspice" -/* If defined, there wiƶll be no UNICODE support, only extended ASCII */ +/* If defined, there will be no UNICODE support, only extended ASCII */ /*#undef EXT_ASC */ /**********************************************************************/