forgot to add return

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@225 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2004-08-26 06:20:34 +00:00
parent 7a35b6514e
commit e2bb4433b0
1 changed files with 2 additions and 0 deletions

View File

@ -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");
return 0;
}