diff options
author | Simon Josefsson <simon@josefsson.org> | 2004-12-10 15:18:36 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2004-12-10 15:18:36 +0000 |
commit | eb9f923a6fbf757e90647f8cd09e43fecb68f2bf (patch) | |
tree | d9b06e3328338e561c766c63e6cb7eb83e84f792 | |
parent | b8b3ac1a1dde7da2250ee3a71dadb7e1a5b83639 (diff) | |
download | libtasn1-eb9f923a6fbf757e90647f8cd09e43fecb68f2bf.tar.gz libtasn1-eb9f923a6fbf757e90647f8cd09e43fecb68f2bf.tar.bz2 libtasn1-eb9f923a6fbf757e90647f8cd09e43fecb68f2bf.zip |
Doc fix.
-rw-r--r-- | lib/ASN1.y | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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, |