Commit 9729878b authored by Lev Walkin's avatar Lev Walkin

forgot to add return

parent 8059bc4a
...@@ -1361,4 +1361,6 @@ emit_type_DEF(arg_t *arg, asn1p_expr_t *expr, int tags_count, int tags_impl_skip ...@@ -1361,4 +1361,6 @@ emit_type_DEF(arg_t *arg, asn1p_expr_t *expr, int tags_count, int tags_impl_skip
); );
OUT("};\n"); OUT("};\n");
OUT("\n"); OUT("\n");
return 0;
} }
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