Commit b9d0ae34 authored by Lev Walkin's avatar Lev Walkin

special printing

parent fde567d0
......@@ -594,8 +594,10 @@ asn1print_expr(asn1p_t *asn, asn1p_module_t *mod, asn1p_expr_t *tc, enum asn1pri
break;
}
/*
* Put the name of the referred type.
*/
if(tc->reference) {
if(!(flags & APF_NOINDENT))
printf(" ");
asn1print_ref(tc->reference, flags);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment