Remove an erroneous semicolon.

MFC after:	3 days
This commit is contained in:
Mark Johnston 2015-10-24 03:16:40 +00:00
parent a4dc509f72
commit c8fc1264a5

View file

@ -50,7 +50,7 @@
#define BITSET_DEFINE(t, _s) \
struct t { \
long __bits[__bitset_words((_s))]; \
};
}
#define BITSET_T_INITIALIZER(x) \
{ .__bits = { x } }