KNFize last change.

This commit is contained in:
David Greenman 1995-10-09 08:17:08 +00:00
parent 342e26f662
commit 3c0d1798b1

View File

@ -101,7 +101,7 @@ int value;
item = &firstentry(second);
this = (struct thing *) malloc(sizeof *this);
memset((void*)this,0,sizeof *this);
memset(this, 0, sizeof *this);
this->next = *item;
*item = this;
this->value = value;