summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2004-12-10 15:18:36 +0000
committerSimon Josefsson <simon@josefsson.org>2004-12-10 15:18:36 +0000
commiteb9f923a6fbf757e90647f8cd09e43fecb68f2bf (patch)
treed9b06e3328338e561c766c63e6cb7eb83e84f792
parentb8b3ac1a1dde7da2250ee3a71dadb7e1a5b83639 (diff)
downloadlibtasn1-eb9f923a6fbf757e90647f8cd09e43fecb68f2bf.tar.gz
libtasn1-eb9f923a6fbf757e90647f8cd09e43fecb68f2bf.tar.bz2
libtasn1-eb9f923a6fbf757e90647f8cd09e43fecb68f2bf.zip
Doc fix.
-rw-r--r--lib/ASN1.y8
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/ASN1.y b/lib/ASN1.y
index e967682..743ae75 100644
--- a/lib/ASN1.y
+++ b/lib/ASN1.y
@@ -579,9 +579,11 @@ _asn1_create_errorDescription(int error,char *errorDescription)
*
* ASN1_SYNTAX_ERROR: The syntax is not correct.
*
- * ASN1_IDENTIFIER_NOT_FOUND: in the file there is an identifier that
- * is not defined. ASN1_NAME_TOO_LONG: in the file there is an
- * identifier whith more than MAX_NAME_SIZE characters.
+ * ASN1_IDENTIFIER_NOT_FOUND: In the file there is an identifier that
+ * is not defined.
+ *
+ * ASN1_NAME_TOO_LONG: In the file there is an identifier whith more
+ * than MAX_NAME_SIZE characters.
**/
asn1_retCode
asn1_parser2tree(const char *file_name, ASN1_TYPE *definitions,