aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libasn1compiler/asn1c_C.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libasn1compiler/asn1c_C.c b/libasn1compiler/asn1c_C.c
index 5615328e..d3808767 100644
--- a/libasn1compiler/asn1c_C.c
+++ b/libasn1compiler/asn1c_C.c
@@ -1911,7 +1911,7 @@ out_name_chain(arg_t *arg, int check_reserved_keywords) {
out_name_chain(&tmparg, 0);
- OUT("_"); /* a separator between id components */
+ OUT("__"); /* a separator between id components */
/* Fall through */
}