From cdae0ed0b56e72a2cf5f62d576e801410943a5be Mon Sep 17 00:00:00 2001 From: pnenzi Date: Tue, 21 Nov 2000 21:44:33 +0000 Subject: [PATCH] Fixed a couple of bugs in the files --- src/frontend/com_history.c | 2 +- src/include/ngspice.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/com_history.c b/src/frontend/com_history.c index d881c0c08..f6b03a77b 100644 --- a/src/frontend/com_history.c +++ b/src/frontend/com_history.c @@ -328,7 +328,7 @@ hprefix(char *buf) void cp_addhistent(int event, wordlist *wlist) { - /* MW. This test is not needed if everything works right */ + /* MW. This test is not needed if everything works right if (cp_lastone && !cp_lastone->hi_wlist) fprintf(cp_err, "Internal error: bad history list\n"); */ diff --git a/src/include/ngspice.h b/src/include/ngspice.h index c8ec5e28d..aa26120b1 100644 --- a/src/include/ngspice.h +++ b/src/include/ngspice.h @@ -13,7 +13,7 @@ #include #ifdef HAVE_LIMITS_H -# include +# include #endif #include "memory.h"