From e2bb4433b0e66a8cad065b92b2bd8e17dec7ecb8 Mon Sep 17 00:00:00 2001 From: vlm Date: Thu, 26 Aug 2004 06:20:34 +0000 Subject: [PATCH] forgot to add return git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@225 59561ff5-6e30-0410-9f3c-9617f08c8826 --- libasn1compiler/asn1c_C.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libasn1compiler/asn1c_C.c b/libasn1compiler/asn1c_C.c index 4948016a..ab618fa1 100644 --- a/libasn1compiler/asn1c_C.c +++ b/libasn1compiler/asn1c_C.c @@ -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; }