From 9729878b9772b26a09efe72585cf6412432da16c Mon Sep 17 00:00:00 2001
From: Lev Walkin <vlm@lionet.info>
Date: Thu, 26 Aug 2004 06:20:34 +0000
Subject: [PATCH] forgot to add return

---
 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;
 }
-- 
GitLab