Fixed typo
This commit is contained in:
parent
c8a6600afa
commit
83d1456bd3
@ -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;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user