typo line 30 size_t

This commit is contained in:
h_vogt 2011-07-04 20:58:12 +00:00
parent d5e5c31345
commit 75ae33d0a3
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2011-07-04 Holger Vogt
* input.c: typo line 30: ssize_t --> size_t
2011-07-03 Holger Vogt
* main.c: remove reference to 'oflag'
* ngspice.h: NaN definition for MS VS

View File

@ -27,7 +27,7 @@ inchar(FILE *fp)
#ifndef HAS_WINDOWS
char c;
ssize_t i;
size_t i;
if (cp_interactive && !cp_nocc) {
do {