Skip to content
Snippets Groups Projects
Commit 9729878b authored by Lev Walkin's avatar Lev Walkin
Browse files

forgot to add return

parent 8059bc4a
No related branches found
No related tags found
No related merge requests found
...@@ -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;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment