KNFize last change.
This commit is contained in:
parent
342e26f662
commit
3c0d1798b1
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user