Fixed typo

This commit is contained in:
ceriel 1991-03-14 13:46:53 +00:00
parent d8771e87f9
commit adab058c34

View file

@ -38,7 +38,7 @@ IDF_new(tg, size, cpy)
pidf = (struct idf *) Malloc(NIDS * sizeof (struct idf)); pidf = (struct idf *) Malloc(NIDS * sizeof (struct idf));
} }
id = *pidf; id = pidf;
pidf++; pidf++;
*id = null_idf; *id = null_idf;