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"