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

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
};