Skip to content
Snippets Groups Projects
Commit e3f35009 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Forget return in last commit

parent e9d0b98a
Branches
Tags
No related merge requests found
......@@ -233,7 +233,7 @@ ber_get_enum(
BerElement *ber,
ber_int_t *num )
{
ber_get_int( ber, num );
return ber_get_int( ber, num );
}
ber_tag_t
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment