remove a redundant ; at the end of a function

MFC after:	1 week
This commit is contained in:
Luigi Rizzo 2015-05-19 15:29:00 +00:00
parent bc88bb2bf3
commit 352bc63d72
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=283113

View File

@ -92,7 +92,7 @@ set_oid(struct dn_id *o, int type, int len)
o->type = type;
o->len = len;
o->subtype = 0;
};
}
/*
* configuration and global data for a dummynet instance