Commit f95c499d authored by Lev Walkin's avatar Lev Walkin

fix generated comments thanks to mkhon@github and Ymbirtt@github

parent d6a74128
...@@ -326,7 +326,7 @@ main(int ac, char **av) { ...@@ -326,7 +326,7 @@ main(int ac, char **av) {
* of another language. * of another language.
*/ */
if(asn1_compile(asn, skeletons_dir, asn1_compiler_flags, ac + optind, if(asn1_compile(asn, skeletons_dir, asn1_compiler_flags, ac + optind,
optind - 1, av - optind)) { optind, av - optind)) {
exit(EX_SOFTWARE); exit(EX_SOFTWARE);
} }
......
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