Change initialiser to match new structure layout.

forgotten by: Me
Found by: GCC
This commit is contained in:
Julian Elischer 2000-12-12 23:52:43 +00:00
parent c4e30752ba
commit ca976de62f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69945

View file

@ -213,7 +213,6 @@ static struct ng_type typestruct = {
NULL,
ng_ing_connect,
ng_ing_rcvdata,
ng_ing_rcvdata,
ng_ing_disconnect,
ng_ing_cmdlist
};