mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
remove a redundant ; at the end of a function
MFC after: 1 week
This commit is contained in:
parent
bc88bb2bf3
commit
352bc63d72
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=283113
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user