Commit 34ae9e34 authored by Lev Walkin's avatar Lev Walkin

human readability implied, confusing

parent 88385388
...@@ -17,7 +17,7 @@ struct asn_TYPE_descriptor_s; /* Forward declaration */ ...@@ -17,7 +17,7 @@ struct asn_TYPE_descriptor_s; /* Forward declaration */
enum xer_encoder_flags_e { enum xer_encoder_flags_e {
/* Mode of encoding */ /* Mode of encoding */
XER_F_BASIC = 0x01, /* BASIC-XER (pretty-printing) */ XER_F_BASIC = 0x01, /* BASIC-XER (pretty-printing) */
XER_F_CANONICAL = 0x02 /* Canonical XER (strict rules, unreadable) */ XER_F_CANONICAL = 0x02 /* Canonical XER (strict rules) */
}; };
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment