From: ceriel Date: Thu, 14 Mar 1991 13:46:53 +0000 (+0000) Subject: Fixed typo X-Git-Tag: release-5-5~1181 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=adab058c3427e9f524ff88a893cd5e932ecb6483;p=ack.git Fixed typo --- diff --git a/modules/src/idf/idf_pkg.body b/modules/src/idf/idf_pkg.body index 316d88b15..4daa4ff91 100644 --- a/modules/src/idf/idf_pkg.body +++ b/modules/src/idf/idf_pkg.body @@ -38,7 +38,7 @@ IDF_new(tg, size, cpy) pidf = (struct idf *) Malloc(NIDS * sizeof (struct idf)); } - id = *pidf; + id = pidf; pidf++; *id = null_idf;