mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
Remove an erroneous semicolon.
MFC after: 3 days
This commit is contained in:
parent
a4dc509f72
commit
c8fc1264a5
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@
|
|||
#define BITSET_DEFINE(t, _s) \
|
||||
struct t { \
|
||||
long __bits[__bitset_words((_s))]; \
|
||||
};
|
||||
}
|
||||
|
||||
#define BITSET_T_INITIALIZER(x) \
|
||||
{ .__bits = { x } }
|
||||
|
|
|
|||
Loading…
Reference in a new issue