aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMicael Karlberg <[email protected]>2011-09-23 13:41:34 +0200
committerMicael Karlberg <[email protected]>2011-09-23 13:41:34 +0200
commit7b304f5e886b03ad9cb52dc84169d06bfc9ea378 (patch)
treeea095f23e7ce82994171426219293aaf215b536b /lib
parented2398b61852c4e2c7ca7067f6bb664d23b5e507 (diff)
parent312005eb3d09f5bf00ce129c1dd900de1475fc0a (diff)
downloadotp-7b304f5e886b03ad9cb52dc84169d06bfc9ea378.tar.gz
otp-7b304f5e886b03ad9cb52dc84169d06bfc9ea378.tar.bz2
otp-7b304f5e886b03ad9cb52dc84169d06bfc9ea378.zip
Merge branch 'dev' of super:otp into bmk/megaco/fix_version_and_notes/OTP-9550
Diffstat (limited to 'lib')
-rw-r--r--lib/asn1/src/asn1ct_value.erl8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/asn1/src/asn1ct_value.erl b/lib/asn1/src/asn1ct_value.erl
index 693e039a13..d099376b1b 100644
--- a/lib/asn1/src/asn1ct_value.erl
+++ b/lib/asn1/src/asn1ct_value.erl
@@ -435,11 +435,11 @@ get_encoding_rule(M) ->
open_type_value(ber) ->
[4,9,111,112,101,110,95,116,121,112,101];
open_type_value(ber_bin) ->
- [4,9,111,112,101,110,95,116,121,112,101];
-% <<4,9,111,112,101,110,95,116,121,112,101>>;
+% [4,9,111,112,101,110,95,116,121,112,101];
+ <<4,9,111,112,101,110,95,116,121,112,101>>;
open_type_value(ber_bin_v2) ->
- [4,9,111,112,101,110,95,116,121,112,101];
-% <<4,9,111,112,101,110,95,116,121,112,101>>;
+% [4,9,111,112,101,110,95,116,121,112,101];
+ <<4,9,111,112,101,110,95,116,121,112,101>>;
open_type_value(per) ->
"\n\topen_type"; %octet string value "open_type"
open_type_value(per_bin) ->