aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2005-03-05 00:08:41 +0000
committerLev Walkin <vlm@lionet.info>2005-03-05 00:08:41 +0000
commit01633091bb222adb2101037097cdf79aa216be59 (patch)
tree87c06c82a51841a32e39a62ef2ece6ff80aaeb3c
parentbf56d5495ef4e9deb9fbf8b51e80fac5a277e49c (diff)
clearer separation
-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 */
}