Skip to content
Snippets Groups Projects
Commit d34a8511 authored by Lev Walkin's avatar Lev Walkin
Browse files

fixed format

parent 16835b66
No related branches found
No related tags found
No related merge requests found
...@@ -516,7 +516,7 @@ CHOICE_constraint(asn1_TYPE_descriptor_t *td, const void *sptr, ...@@ -516,7 +516,7 @@ CHOICE_constraint(asn1_TYPE_descriptor_t *td, const void *sptr,
} }
} else { } else {
_ASN_ERRLOG(app_errlog, app_key, _ASN_ERRLOG(app_errlog, app_key,
"%s: no CHOICE element given", "%s: no CHOICE element given (%s:%d)",
td->name, __FILE__, __LINE__); td->name, __FILE__, __LINE__);
return -1; return -1;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment