Commit 09eb7e84 authored by garciay's avatar garciay
Browse files

Minor bug fid

parent fe6d3236
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -54,7 +54,7 @@ static int asn_DFL_4_set_0(void **sptr) {
static int asn_DFL_5_cmp_0(const void *sptr) {
static int asn_DFL_5_cmp_0(const void *sptr) {
	const uint8_t* def_buf[] = { 0 };
	const uint8_t* def_buf[] = { 0 };
	BIT_STRING_t defv = { def_buf, 1, 7 };
	BIT_STRING_t defv = { def_buf, 1, 7 };
	return BIT_STRING_compare(&asn_DEF_EndEntityType, sptr, &def);
	return BIT_STRING_compare(&asn_DEF_EndEntityType, sptr, &defv);
}
}


static int asn_DFL_5_set_0(void **sptr) {
static int asn_DFL_5_set_0(void **sptr) {